1 # Contributor: Rene Wiermer <rwiermer@googlemail>
2 # Contributor: Eric Forgeot < http://ifiction.free.fr >
6 pkgdesc="Combined TADS 2 & 3 interpreter and compilers for playing and creating Interactive Fiction games"
8 url="http://www.tads.org/frobtads.htm"
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)
21 md5sums=('b6f25787b9ff7b89931d765046c68642' '12caf94d9c1e646ae04b44da0df83a30' '231d359f389be3d28e8134a2b832dd70')
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
31 make DESTDIR=$startdir/pkg install || return 1