diff options
Diffstat (limited to 'gdata-sharp/Pkgfile')
-rw-r--r-- | gdata-sharp/Pkgfile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/gdata-sharp/Pkgfile b/gdata-sharp/Pkgfile new file mode 100644 index 0000000..e13e76c --- /dev/null +++ b/gdata-sharp/Pkgfile @@ -0,0 +1,21 @@ +# Description: Bibliothèque .NET pour le protocol GData +# URL: http://google-gdata.googlecode.com/ +# Maintainer: NuTyX Core team +# Packager: piernov <piernov@piernov.org> +# Depends on: mono +# Run on: mono + +name=gdata-sharp +_name=libgoogle-data-mono +version=1.9.0.0 +release=1 +source=(http://google-gdata.googlecode.com/files/$_name-$version.tar.gz + GoogleBase.patch) + +build() { + cd $_name-$version + patch -p0 < ../GoogleBase.patch + sed '/PREFIX=/ s|/usr/local|/usr|' -i Makefile + make + make DESTDIR=$PKG install +} |