summaryrefslogtreecommitdiff
path: root/package/libgdbm
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/libgdbm
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/libgdbm')
-rw-r--r--package/libgdbm/Makefile8
-rw-r--r--package/libgdbm/ipkg/libgdbm.control4
2 files changed, 5 insertions, 7 deletions
diff --git a/package/libgdbm/Makefile b/package/libgdbm/Makefile
index 91c3d60f2..62c53ca67 100644
--- a/package/libgdbm/Makefile
+++ b/package/libgdbm/Makefile
@@ -9,15 +9,17 @@ PKG_NAME:= libgdbm
PKG_VERSION:= 1.8.3
PKG_RELEASE:= 1
PKG_MD5SUM:= 1d1b1d5c0245b1c00aff92da751e9aa1
+PKG_DESCR:= disk file format database which stores key/data-pairs in single files
+PKG_SECTION:= libs
+PKG_URL:= http://www.gnu.org/software/gdbm
+PKG_SITES:= ${MASTER_SITE_GNU:=gdbm/}
-MASTER_SITES:= ${MASTER_SITE_GNU:=gdbm/}
DISTFILES:= gdbm-${PKG_VERSION}.tar.gz
-
WRKDIST= ${WRKDIR}/gdbm-${PKG_VERSION}
include ${TOPDIR}/mk/package.mk
-$(eval $(call PKG_template,LIBGDBM,libgdbm,${PKG_VERSION}-${PKG_RELEASE}))
+$(eval $(call PKG_template,LIBGDBM,libgdbm,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
CONFIGURE_STYLE= gnu
BUILD_STYLE= auto
diff --git a/package/libgdbm/ipkg/libgdbm.control b/package/libgdbm/ipkg/libgdbm.control
deleted file mode 100644
index a05a7ac37..000000000
--- a/package/libgdbm/ipkg/libgdbm.control
+++ /dev/null
@@ -1,4 +0,0 @@
-Package: libgdbm
-Priority: optional
-Section: libs
-Description: disk file format database which stores key/data-pairs in single files