1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-09-29 00:16:21 +03:00

compile lynx with zlib-support

This commit is contained in:
Mirko Vogt 2009-10-16 00:22:18 +02:00
parent 15b1d38c32
commit 29c1069b30

View File

@ -24,7 +24,7 @@ define Package/lynx
TITLE:=lynx
SECTION:=network
CATEGORY:=Network
DEPENDS:=+libncurses
DEPENDS:=+libncurses +zlib
URL:=http://lynx.isc.org
endef
@ -32,6 +32,8 @@ define Package/lynx/description
text console browser
endef
CONFIGURE_ARGS += --with-zlib
define Package/lynx/install
$(INSTALL_DIR) $(1)/usr/bin $(1)/etc
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/lynx $(1)/usr/bin/