1 pkgname=google-gdata-sharp-svn
4 pkgdesc="GData .NET Client Library"
5 url="http://code.google.com/p/google-gdata/"
8 makedepends=('subversion')
11 _svnmod="google-gdata"
12 _svntrunk="http://google-gdata.googlecode.com/svn/trunk/"
16 svn co $_svntrunk $_svnmod
17 cd $_svnmod/clients/cs
19 #Fixing install prefix
20 sed -i 's/PREFIX=\/usr\/local/PREFIX=\/usr/' Makefile
21 #Suppress installation of tests and docs
22 sed -i '0,/tests/s///' Makefile
23 sed -i '/Documents/d' Makefile
26 make DESTDIR=$pkgdir install