diff --git a/frotz/Makefile b/frotz/Makefile index 7713f51..7dc316e 100644 --- a/frotz/Makefile +++ b/frotz/Makefile @@ -11,9 +11,9 @@ include $(INCLUDE_DIR)/package.mk define Package/frotz TITLE:=frotz - SECTION:=utils - CATEGORY:=Utilities - DEPENDS:=@BROKEN +libncurses + SECTION:=games + CATEGORY:=Games + DEPENDS:=+libncurses URL:=http://frotz.sourceforge.net/ endef diff --git a/frotz/patches/003-openwrt-will-take-care-of-install.patch b/frotz/patches/003-openwrt-will-take-care-of-install.patch new file mode 100644 index 0000000..457e8c8 --- /dev/null +++ b/frotz/patches/003-openwrt-will-take-care-of-install.patch @@ -0,0 +1,22 @@ +openwrt will take care of install. + +From: Xiangfu Liu + +Signed-off-by: Xiangfu Liu +--- + Makefile | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +diff --git a/Makefile b/Makefile +index aae3eaa..ce8b65e 100644 +--- a/Makefile ++++ b/Makefile +@@ -15,7 +15,7 @@ OPTS = -O2 + #-malign-jumps=2 + + # Define where you want Frotz installed. Usually this is /usr/local +-PREFIX = /usr/local ++PREFIX = /tmp + + MAN_PREFIX = $(PREFIX) + #MAN_PREFIX = /usr/local/share