updated on Sat Jan 21 20:03:50 UTC 2012
[aur-mirror.git] / mtxe / PKGBUILD
blob33a53c1704273eceeec4bad0fb0d0e873bbac873
1 pkgname=mtxe
2 pkgver=1.0.2
3 pkgrel=1
4 arch=i686
5 pkgdesc="mtxe is yet another program that prints the code from the movie, Matrix"
6 url="http://personal.penny-craal.org/midianian/hack/#mtxe"
7 license="GPL"
8 depends=()
9 source=(http://koti.mbnet.fi/midiania/hack/${pkgname}-${pkgver}.tar.bz2)
10 md5sums=(395cc99fa9ddb51d5ec1a6c201288dc4)
12 build() {
13   cd $startdir/src/$pkgname-$pkgver
14   ./configure --prefix=/usr
15   make || return 1
16   make DESTDIR=$startdir/pkg install