updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / xplanet-svn / PKGBUILD
blob028714e8554a5087e075f4e4f4c7d69791dc43de
1 # Contributor: Gilles CHAUVIN <gcnweb ][ gmail ? com>
3 pkgname=xplanet-svn
4 pkgver=142
5 pkgrel=1
6 pkgdesc="An Xearth wannabe"
7 arch=('i686' 'x86_64')
8 conflicts=('xplanet')
9 provides=('xplanet')
10 url="http://xplanet.sourceforge.net/"
11 license=('GPL')
12 depends=('pango' 'libungif' 'libtiff' 'perl' 'libxss')
13 source=()
14 md5sums=()
16 _svntrunk=https://xplanet.svn.sourceforge.net/svnroot/xplanet/trunk
17 _svnmod=xplanet
19 build() {
20   cd $startdir/src/
21   svn checkout $_svntrunk/ $_svnmod
23   cd $startdir/src/$_svnmod
24   ./configure --prefix=/usr --with-freetype
25   make || return 1
26   make prefix=$startdir/pkg/usr install