diff options
-rw-r--r-- | frotz/files/Makefile.patch | 0 | ||||
-rw-r--r-- | frotz/frotz_2.42.oe | 8 |
2 files changed, 5 insertions, 3 deletions
diff --git a/frotz/files/Makefile.patch b/frotz/files/Makefile.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/frotz/files/Makefile.patch diff --git a/frotz/frotz_2.42.oe b/frotz/frotz_2.42.oe index 04deb1ac47..a2849623e1 100644 --- a/frotz/frotz_2.42.oe +++ b/frotz/frotz_2.42.oe @@ -1,8 +1,10 @@ +DESCRIPTION = "Frotz is an interpreter for Infocom games and other Z-machine games." +HOMEPAGE = "http://www.cs.csubak.edu/~dgriffi/proj/frotz/" +SECTION = "console/games" DEPENDS = "ncurses" -DESCRIPTION = "Frotz is an interpreter for Infocom games \ -and other Z-machine games." -SRC_URI = "http://www.cs.csubak.edu/~dgriffi/proj/frotz/files/frotz-${PV}.tar.gz" +SRC_URI = "http://www.cs.csubak.edu/~dgriffi/proj/frotz/files/frotz-${PV}.tar.gz \ + file://Makefile.patch;patch=1 " do_configure() { patch -N ${s}/ux_init.c < remove_root_restriction.patch || : |