# $Id: PKGBUILD 8986 2010-01-23 01:24:16Z foutrelis $ # Maintainer: Sergej Pupykin # Maintainer: dorphell # Committer: Judd Vinet pkgname=xplanet pkgver=1.2.1 pkgrel=3 pkgdesc="An Xearth wannabe" arch=(i686 x86_64 'mips64el') url="http://xplanet.sourceforge.net/" license=('GPL') depends=('pango' 'libungif' 'libtiff' 'perl' 'libxss') source=(http://kent.dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz) md5sums=('5dca0369ca64fa3c006b616b72b5e1cf') build() { cd $startdir/src/$pkgname-$pkgver sed -i '1,2i#include ' src/Satellite.cpp sed -i '1,2i#include ' src/Separation.cpp ./configure --prefix=/usr --with-freetype make || return 1 make prefix=$startdir/pkg/usr install }