From 4e62832980e7c7f1d205e67c6db89dcdff200b6b Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Wed, 3 Dec 2003 04:22:15 +0000 Subject: Remove unnecessary sets of the S variable, we have a sane default for that now. BKrev: 3fcd64f7p2VYsNYNbFnMtPYuY-5tZQ --- frotz/frotz_2.42.oe | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'frotz/frotz_2.42.oe') diff --git a/frotz/frotz_2.42.oe b/frotz/frotz_2.42.oe index e69de29bb2..b133d33173 100644 --- a/frotz/frotz_2.42.oe +++ b/frotz/frotz_2.42.oe @@ -0,0 +1,20 @@ +DEPENDS = virtual/libc ncurses +RDEPENDS = libc6 ncurses5 + +SRC_URI = http://www.cs.csubak.edu/~dgriffi/proj/frotz/files/frotz-${PV}.tar.gz + +do_configure() { + patch -N ${s}/ux_init.c < remove_root_restriction.patch || : + rm -f ${SourceTree}/frotz.conf +} + + +EXTRA_OEMAKE=CC="${CC}" INCL="${CFLAGS}" LIB="${LDFLAGS}" PREFIX=/usr CONFIG_DIR=/etc +do_compile() { + oe_runmake frotz + sed 's/^[a-z]/#&/' frotz.conf-big > frotz.conf; +} + +do_install() { + oe_runmake PREFIX=${D}/usr MAN_PREFIX=${D}/usr install +} -- cgit v1.2.3