summaryrefslogtreecommitdiff
path: root/package/e2fsprogs
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/e2fsprogs
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/e2fsprogs')
-rw-r--r--package/e2fsprogs/Makefile23
-rw-r--r--package/e2fsprogs/ipkg/e2fsprogs.control4
-rw-r--r--package/e2fsprogs/ipkg/libcom-err.control4
-rw-r--r--package/e2fsprogs/ipkg/libuuid.control4
4 files changed, 15 insertions, 20 deletions
diff --git a/package/e2fsprogs/Makefile b/package/e2fsprogs/Makefile
index 2677e327b..12abd583a 100644
--- a/package/e2fsprogs/Makefile
+++ b/package/e2fsprogs/Makefile
@@ -6,16 +6,24 @@
include ${TOPDIR}/rules.mk
PKG_NAME:= e2fsprogs
-PKG_VERSION:= 1.41.3
+PKG_VERSION:= 1.41.5
PKG_RELEASE:= 1
-PKG_MD5SUM:= b21d26fc46c584021dc9c444933ee1c2
-MASTER_SITES:= ${MASTER_SITE_SOURCEFORGE:=e2fsprogs/}
+PKG_MD5SUM:= e218df6c84fc17c1126d31de9472a76c
+PKG_DESCR:= Ext2/3/4 filesystem utilities
+PKG_SECTION:= admin
+PKG_URL:= http://e2fsprogs.sourceforge.net
+PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=e2fsprogs/}
+
+PKG_DESCR_1:= UUID library
+PKG_SECTION_1:= libs
+PKG_DESCR_2:= Common error library
+PKG_SECTION_2:= libs
include ${TOPDIR}/mk/package.mk
-$(eval $(call PKG_template,E2FSPROGS,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE}))
-$(eval $(call PKG_template,LIBUUID,libuuid,${PKG_VERSION}-${PKG_RELEASE}))
-$(eval $(call PKG_template,LIBCOM_ERR,libcom-err,${PKG_VERSION}-${PKG_RELEASE}))
+$(eval $(call PKG_template,E2FSPROGS,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+$(eval $(call PKG_template,LIBUUID,libuuid,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR_1},${PKG_SECTION_1}))
+$(eval $(call PKG_template,LIBCOM_ERR,libcom-err,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR_2},${PKG_SECTION_2}))
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --enable-elf-shlibs \
@@ -34,8 +42,7 @@ pre-build:
subst
post-install:
- ${INSTALL_DIR} ${IDIR_E2FSPROGS}/usr/lib
- ${INSTALL_DIR} ${IDIR_E2FSPROGS}/usr/sbin
+ ${INSTALL_DIR} ${IDIR_E2FSPROGS}/usr/lib ${IDIR_E2FSPROGS}/usr/sbin
${INSTALL_BIN} ${WRKINST}/usr/sbin/e2fsck ${IDIR_E2FSPROGS}/usr/sbin/
${INSTALL_BIN} ${WRKINST}/usr/sbin/mke2fs ${IDIR_E2FSPROGS}/usr/sbin/
${INSTALL_BIN} ${WRKINST}/usr/sbin/tune2fs ${IDIR_E2FSPROGS}/usr/sbin/
diff --git a/package/e2fsprogs/ipkg/e2fsprogs.control b/package/e2fsprogs/ipkg/e2fsprogs.control
deleted file mode 100644
index 73e023d45..000000000
--- a/package/e2fsprogs/ipkg/e2fsprogs.control
+++ /dev/null
@@ -1,4 +0,0 @@
-Package: e2fsprogs
-Priority: optional
-Section: admin
-Description: Ext2/3 filesystem utilities
diff --git a/package/e2fsprogs/ipkg/libcom-err.control b/package/e2fsprogs/ipkg/libcom-err.control
deleted file mode 100644
index 4e8d022e8..000000000
--- a/package/e2fsprogs/ipkg/libcom-err.control
+++ /dev/null
@@ -1,4 +0,0 @@
-Package: libcom-err
-Priority: optional
-Section: admin
-Description: Common error library
diff --git a/package/e2fsprogs/ipkg/libuuid.control b/package/e2fsprogs/ipkg/libuuid.control
deleted file mode 100644
index b0f738801..000000000
--- a/package/e2fsprogs/ipkg/libuuid.control
+++ /dev/null
@@ -1,4 +0,0 @@
-Package: libuuid
-Priority: optional
-Section: admin
-Description: UUID library