fixed, thanks.
Search Criteria
Package Details: grotz 0.2c-3
Package Actions
| Package Base: | grotz |
|---|---|
| Description: | A Z-code interactive fiction interpreter for GTK. |
| Upstream URL: | http://kevinboone.net/README_grotz.html |
| Category: | games |
| Licenses: | |
| Submitter: | thr |
| Maintainer: | thr |
| Last Packager: | thr |
| Votes: | 1 |
| First Submitted: | 2012-05-25 05:15 |
| Last Updated: | 2015-03-08 04:57 |
Latest Comments
Comment by thr
Comment by trantor
This PKGBUILD does not work, the grotz binary and the mplayer wrapper script are not included.
It needs to be patched:
--- PKGBUILD
+++ PKGBUILD 2014-08-14 19:45:48.000000000 +0200
@@ -21,7 +21,7 @@
cp $srcdir/grotz2/icons/$pkgname.png $pkgdir/usr/share/pixmaps/
install -D -m644 $srcdir/grotz2/$pkgname.desktop $pkgdir/usr/share/applications/$pkgname.desktop
- install -D ./deploy/linux/grotz/grotz $startdir/pkg/usr/bin/grotz
- install -D ./deploy/linux/grotz/grotz_playmedia.sh $startdir/pkg/usr/bin/grotz_playmedia.sh
+ install -D $srcdir/grotz2/grotz $pkgdir/usr/bin/grotz
+ install -D $srcdir/grotz2/scripts/grotz_playmedia.sh $pkgdir/usr/bin/grotz_playmedia.sh
}