# 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 }