summaryrefslogtreecommitdiff
path: root/package/vilistextum
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/vilistextum
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/vilistextum')
-rw-r--r--package/vilistextum/Makefile10
-rw-r--r--package/vilistextum/ipkg/vilistextum.control4
2 files changed, 5 insertions, 9 deletions
diff --git a/package/vilistextum/Makefile b/package/vilistextum/Makefile
index 955db3bf8..8bfcb84cd 100644
--- a/package/vilistextum/Makefile
+++ b/package/vilistextum/Makefile
@@ -9,20 +9,20 @@ PKG_NAME:= vilistextum
PKG_VERSION:= 2.6.9
PKG_RELEASE:= 1
PKG_MD5SUM:= 5ba56ffdc56758da716bb46c3e0f517e
-MASTER_SITES:= http://bhaak.dyndns.org/${PKG_NAME}/
+PKG_DESCR:= html to ascii converter
+PKG_SECTION:= text
+PKG_DEPENDS:= libiconv
+PKG_SITES:= http://bhaak.dyndns.org/${PKG_NAME}/
include ${TOPDIR}/mk/package.mk
-$(eval $(call PKG_template,VILISTEXTUM,vilistextum,${PKG_VERSION}-${PKG_RELEASE}))
+$(eval $(call PKG_template,VILISTEXTUM,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
CONFIGURE_STYLE= gnu
BUILD_STYLE= auto
INSTALL_STYLE= auto
-PKG_DEPENDS:= libiconv
-
post-install:
- echo 'Depends: ${PKG_DEPENDS}' >>${IDIR_VILISTEXTUM}/CONTROL/control
${INSTALL_DIR} ${IDIR_VILISTEXTUM}/usr/bin
${INSTALL_BIN} ${WRKINST}/usr/bin/${PKG_NAME} ${IDIR_VILISTEXTUM}/usr/bin/
diff --git a/package/vilistextum/ipkg/vilistextum.control b/package/vilistextum/ipkg/vilistextum.control
deleted file mode 100644
index 636566d2a..000000000
--- a/package/vilistextum/ipkg/vilistextum.control
+++ /dev/null
@@ -1,4 +0,0 @@
-Package: vilistextum
-Priority: optional
-Section: text
-Description: html to ascii converter