1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2025-04-21 12:27:27 +03:00

gmenu2x, offrss, nethack small fix, update

This commit is contained in:
Xiangfu Liu
2011-02-15 16:15:51 +08:00
parent a0ee309f2a
commit 0ec093b59b
4 changed files with 16 additions and 13 deletions
+8 -8
View File
@@ -35,11 +35,11 @@ TARGET_LDFLAGS+= -Wl,-rpath-link=$(STAGING_DIR)/usr/lib
define Build/Prepare
$(call Build/Prepare/Default)
(mkdir -p $(PKG_BUILD_DIR)/jemarch-bin; \
cd $(PKG_BUILD_DIR)/; \
wget http://www.jemarch.net/downloads/nanonote/nethack-3.4.3-nanonote-bin.tar.gz; \
tar xf nethack-3.4.3-nanonote-bin.tar.gz -C jemarch-bin/; \
)
# (mkdir -p $(PKG_BUILD_DIR)/jemarch-bin; \
# cd $(PKG_BUILD_DIR)/; \
# wget http://www.jemarch.net/downloads/nanonote/nethack-3.4.3-nanonote-bin.tar.gz; \
# tar xf nethack-3.4.3-nanonote-bin.tar.gz -C jemarch-bin/; \
# )
endef
define Build/Compile
@@ -62,9 +62,9 @@ define Package/nethack/install
$(PKG_BUILD_DIR)/src/nethack \
$(1)/usr/bin/
$(CP) \
$(PKG_BUILD_DIR)/jemarch-bin/nethack-3.4.3-nanonote-bin/lib/nethackdir/* \
$(1)/usr/games/lib/nethackdir
# $(CP) \
# $(PKG_BUILD_DIR)/jemarch-bin/nethack-3.4.3-nanonote-bin/lib/nethackdir/* \
# $(1)/usr/games/lib/nethackdir
endef
$(eval $(call BuildPackage,nethack))