summaryrefslogtreecommitdiff
path: root/package/lynx
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-05-30 20:39:07 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-05-30 20:39:07 +0200
commitba3359722cbf8aa7b0ed39e1f81d1d74ec88fecd (patch)
tree10c726d162bc0ded85eb7aeacf8f246bd39ad63a /package/lynx
parentbbd610f15a71b27c955175cb98392b114717fd47 (diff)
optimize ipkg package management
- generate ipkg control file from PKG_* variables - automatically install init scripts from ./files/*.init set #PKG pkgname to set the binary package - rename FWINIT -> INIT - move postinst and conffiles meta data to ./files - update the packages to the latest upstream version - remove some unready or unused package (strongswan,..) more cleanups needed after allmodconfig
Diffstat (limited to 'package/lynx')
-rw-r--r--package/lynx/Makefile11
-rw-r--r--package/lynx/ipkg/lynx.control5
2 files changed, 8 insertions, 8 deletions
diff --git a/package/lynx/Makefile b/package/lynx/Makefile
index aee2812e7..e51227fea 100644
--- a/package/lynx/Makefile
+++ b/package/lynx/Makefile
@@ -9,17 +9,22 @@ PKG_NAME= lynx
PKG_VERSION= 2.8.7dev.7
PKG_RELEASE= 1
PKG_MD5SUM= 83891107c873421e5ac917cc0ab53fe8
-MASTER_SITES= http://lynx.isc.org/current/ \
+PKG_DESCR:= Standard text browser
+PKG_SECTION:= text
+PKG_DEPENDS:= libncurses libopenssl
+PKG_URL:= http://lynx.isc.org
+PKG_SITES= http://lynx.isc.org/current/ \
${MASTER_SITE_MIRBSD}
+
DISTFILES= ${PKG_NAME}${PKG_VERSION}.tar.gz
WRKDIST= ${WRKDIR}/lynx2-8-7
include ${TOPDIR}/mk/package.mk
-$(eval $(call PKG_template,LYNX,lynx,${PKG_VERSION}-${PKG_RELEASE}))
+$(eval $(call PKG_template,LYNX,lynx,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
CONFIGURE_STYLE= gnu
-TCPPFLAGS+= -DLYNX_VERSION=\"${PKG_VERSION}-OpenADK-${PKG_RELEASE}\"
+TCPPFLAGS+= -DLYNX_VERSION=\"${PKG_VERSION}-${PKG_RELEASE}\"
# do not hardcode paths; do not scan for ports stuff
CONFIGURE_ENV+= ac_cv_path_TELNET=telnet \
ac_cv_path_TN3270=tn3270 \
diff --git a/package/lynx/ipkg/lynx.control b/package/lynx/ipkg/lynx.control
deleted file mode 100644
index 7ee22ce73..000000000
--- a/package/lynx/ipkg/lynx.control
+++ /dev/null
@@ -1,5 +0,0 @@
-Package: lynx
-Priority: base
-Section: www
-Description: Standard text browser
-Depends: libncurses, libopenssl