From 9cba53e3814f0acf16bbe456423994637c771309 Mon Sep 17 00:00:00 2001 From: piernov Date: Mon, 24 Oct 2011 00:52:00 +0200 Subject: gdata-sharp 1.9.0.0-1 ajout port --- gdata-sharp/Pkgfile | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 gdata-sharp/Pkgfile (limited to 'gdata-sharp/Pkgfile') 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 +# 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 +} -- cgit v1.2.3-54-g00ecf