summaryrefslogtreecommitdiff
path: root/package/less
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/less
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/less')
-rw-r--r--package/less/Makefile13
-rw-r--r--package/less/ipkg/less.control5
2 files changed, 8 insertions, 10 deletions
diff --git a/package/less/Makefile b/package/less/Makefile
index b98db64ab..92b79f244 100644
--- a/package/less/Makefile
+++ b/package/less/Makefile
@@ -6,17 +6,20 @@
include ${TOPDIR}/rules.mk
PKG_NAME:= less
-PKG_VERSION:= 381
+PKG_VERSION:= 429
PKG_RELEASE:= 1
-PKG_MD5SUM:= 40c2dd4ac137b61b6a55a6478817daf4
-MASTER_SITES:= http://www.greenwoodsoftware.com/less/
+PKG_MD5SUM:= 206f2f13b9b0a35e45df660fcb6af31d
+PKG_DESCR:= A text mode pager
+PKG_SECTION:= text
+PKG_DEPENDS:= libncurses
+PKG_URL:= http://www.greenwoodsoftware.com/less
+PKG_SITES:= http://www.greenwoodsoftware.com/less/
include ${TOPDIR}/mk/package.mk
-$(eval $(call PKG_template,LESS,less,${PKG_VERSION}-${PKG_RELEASE}))
+$(eval $(call PKG_template,LESS,less,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
CONFIGURE_STYLE= gnu
-CONFIGURE_ARGS+= --without-regex
BUILD_STYLE= auto
do-install:
diff --git a/package/less/ipkg/less.control b/package/less/ipkg/less.control
deleted file mode 100644
index dbf4e4fa7..000000000
--- a/package/less/ipkg/less.control
+++ /dev/null
@@ -1,5 +0,0 @@
-Package: less
-Priority: optional
-Section: misc
-Depends: libncurses
-Description: A text mode pager