1 # Contributor: Gilles CHAUVIN <gcnweb ][ gmail ? com>
6 pkgdesc="An Xearth wannabe"
10 url="http://xplanet.sourceforge.net/"
12 depends=('pango' 'libungif' 'libtiff' 'perl' 'libxss')
16 _svntrunk=https://xplanet.svn.sourceforge.net/svnroot/xplanet/trunk
21 svn checkout $_svntrunk/ $_svnmod
23 cd $startdir/src/$_svnmod
24 ./configure --prefix=/usr --with-freetype
26 make prefix=$startdir/pkg/usr install