summaryrefslogtreecommitdiff
path: root/package/file
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/file
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/file')
-rw-r--r--package/file/Makefile19
-rw-r--r--package/file/ipkg/file.control4
2 files changed, 10 insertions, 13 deletions
diff --git a/package/file/Makefile b/package/file/Makefile
index a3a6c17f2..1c2797ed1 100644
--- a/package/file/Makefile
+++ b/package/file/Makefile
@@ -6,27 +6,28 @@
include ${TOPDIR}/rules.mk
PKG_NAME:= file
-PKG_VERSION:= 4.26
+PKG_VERSION:= 5.03
PKG_RELEASE:= 1
-PKG_MD5SUM:= 74cd5466416136da30a4e69f74dbc7a0
-MASTER_SITES:= ftp://ftp.fu-berlin.de/unix/tools/file/ \
+PKG_MD5SUM:= d05f08a53e5c2f51f8ee6a4758c0cc53
+PKG_DESCR:= a file type guesser
+PKG_SECTION:= utils
+PKG_URL:= http://www.darwinsys.com/file
+PKG_SITES:= ftp://ftp.fu-berlin.de/unix/tools/file/ \
ftp://ftp.astron.com/pub/file/
include ${TOPDIR}/mk/package.mk
-$(eval $(call PKG_template,FILE,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE}))
+$(eval $(call PKG_template,FILE,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
CONFIGURE_STYLE:= gnu
BUILD_STYLE:= auto
INSTALL_STYLE:= auto
post-install:
- ${INSTALL_DIR} ${IDIR_FILE}/usr/bin
- ${INSTALL_DIR} ${IDIR_FILE}/usr/lib
- ${INSTALL_DIR} ${IDIR_FILE}/usr/share/file
+ ${INSTALL_DIR} ${IDIR_FILE}/usr/bin ${IDIR_FILE}/usr/lib ${IDIR_FILE}/usr/share/misc
${INSTALL_BIN} ${WRKINST}/usr/bin/file ${IDIR_FILE}/usr/bin
- ${INSTALL_DATA} ${WRKINST}/usr/share/file/magic.mgc \
- ${IDIR_FILE}/usr/share/file
+ ${INSTALL_DATA} ${WRKINST}/usr/share/misc/magic.mgc \
+ ${IDIR_FILE}/usr/share/misc
${CP} ${WRKINST}/usr/lib/libmagic.so.* ${IDIR_FILE}/usr/lib/
include ${TOPDIR}/mk/pkg-bottom.mk
diff --git a/package/file/ipkg/file.control b/package/file/ipkg/file.control
deleted file mode 100644
index f454a01d9..000000000
--- a/package/file/ipkg/file.control
+++ /dev/null
@@ -1,4 +0,0 @@
-Package: file
-Priority: optional
-Section: net
-Description: a file type guesser