summaryrefslogtreecommitdiffstats
path: root/gdata-sharp/Pkgfile
blob: e13e76c0d0a3d970563ae383fedb8f2a3db31adb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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
}