#Packager: George Vlahavas pkgname=frotz pkgver=2.55 pkgrel=1gv source=("https://gitlab.com/DavidGriffith/frotz/-/archive/$pkgver/frotz-$pkgver.tar.gz") docs=("readme" "install*" "copying" "changelog" "authors" "news" "todo" "dumb" "contributors" "how_to_play") url=https://gitlab.com/DavidGriffith/frotz #dotnew=() #CFLAGS= #CXXFLAGS= #options=('noextract') #doinst() { # #} slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "frotz (Z-machine interpreter)" "frotz is an interpreter for all Infocom and other Z-machine games." "It complies with the Z-Machine Standard version 1.1." ) build() { cd $startdir/src/$pkgname-$pkgver make -j $numjobs || return 1 PREFIX=$startdir/pkg/usr make install }