updated on Thu Jan 12 20:00:29 UTC 2012
[aur-mirror.git] / frobtads / PKGBUILD
bloba2e605cdee904b7d41072dfa0b28ad8486d21d6a
1 # Contributor: Rene Wiermer <rwiermer@googlemail>
2 # Contributor: Eric Forgeot < http://ifiction.free.fr >
3 pkgname=frobtads
4 pkgver=0.13
5 pkgrel=1
6 pkgdesc="Combined TADS 2 & 3 interpreter and compilers for playing and creating Interactive Fiction games"
7 arch=(i686 x86_64)
8 url="http://www.tads.org/frobtads.htm"
9 license=('freeware')
10 depends=('ncurses')
11 makedepends=('')
12 #provides=()
13 #conflicts=()
14 #replaces=()
15 #backup=()
16 groups=(tads)
17 #options=()
18 #install=
19 source=(http://www.tads.org/frobtads/$pkgname-$pkgver.tar.gz http://www.tads.org/frobtads/frobtads-t2compiler-$pkgver.tar.gz http://www.tads.org/frobtads/frobtads-t3compiler-$pkgver.tar.gz)
20 #noextract=()
21 md5sums=('b6f25787b9ff7b89931d765046c68642' '12caf94d9c1e646ae04b44da0df83a30' '231d359f389be3d28e8134a2b832dd70')
24 build() {
25   cd $startdir/src/$pkgname-$pkgver
26   cp -fr $startdir/src/t2compiler/* $startdir/src/$pkgname-$pkgver/t2compiler/
27   cp -fr $startdir/src/t3compiler/* $startdir/src/$pkgname-$pkgver/t3compiler/
28   ./configure --prefix=/usr
29 #  sed -i -e "s/\/usr\/local/pkg\/usr/g" Makefile
30   make || return 1
31   make DESTDIR=$startdir/pkg install || return 1