updated on Fri Jan 13 00:14:41 UTC 2012
[aur-mirror.git] / tw-light / PKGBUILD
blob959a4bda5ce444094ba5a06e38bb9fcb10852ae7
1 # Contributor: Yury Siamashka <yurand2@gmail.com>
3 pkgname=tw-light
4 pkgver=0.4
5 pkgrel=1
6 pkgdesc="Clone/sequel to the epic cross-genre game Star Control II"
7 arch=(i686)
8 depends=('allegro')
9 source=(http://tw-light.googlecode.com/files/$pkgname-$pkgver.tar.xz)
10 url="http://tw-light.appspot.com"
11 license=('GPL')
12 md5sums=('762908f78cfda2dfabf1d20639c42b62')
14 build() {
15   cd $startdir/src/$pkgname-$pkgver
16   ./configure --prefix=/usr
17   make || return 1
18   make install DESTDIR="$pkgdir" || return 1