summaryrefslogtreecommitdiff
path: root/community/xplanet/PKGBUILD
blob: 588fb55e55bc31737368d7681cd1f5df21c119a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $Id: PKGBUILD 52172 2011-07-21 07:16:17Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: dorphell <dorphell@archlinux.org>
# Committer: Judd Vinet <jvinet@zeroflux.org>

pkgname=xplanet
pkgver=1.2.2
pkgrel=1
pkgdesc="An Xearth wannabe"
arch=(i686 x86_64 'mips64el')
url="http://xplanet.sourceforge.net/"
license=('GPL')
depends=('pango' 'libungif' 'libtiff' 'libxss')
source=(http://downloads.sourceforge.net/project/xplanet/xplanet/$pkgver/xplanet-$pkgver.tar.gz)
md5sums=('b38c3b4cfdd772643f876a9bb15f288b')

build() {
  cd $srcdir/$pkgname-$pkgver
  ./configure --prefix=/usr --with-freetype
  make
  make prefix=$pkgdir/usr install
}