From ba3359722cbf8aa7b0ed39e1f81d1d74ec88fecd Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 30 May 2009 20:39:07 +0200 Subject: 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 --- package/gettext/Makefile | 9 +++++++-- package/gettext/ipkg/gettext.control | 5 ----- 2 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 package/gettext/ipkg/gettext.control (limited to 'package/gettext') diff --git a/package/gettext/Makefile b/package/gettext/Makefile index 7a85f5af8..2bdf3eadb 100644 --- a/package/gettext/Makefile +++ b/package/gettext/Makefile @@ -9,12 +9,17 @@ PKG_NAME= gettext PKG_VERSION= 0.16.1 PKG_RELEASE= 1 PKG_MD5SUM= 3d9ad24301c6d6b17ec30704a13fe127 -MASTER_SITES= ${MASTER_SITE_GNU:=gettext/} +PKG_DESCR:= internationalisation library +PKG_SECTION:= libs +PKG_DEPENDS:= libiconv libpthread +PKG_URL:= http://www.gnu.org/software/gettext/ +PKG_SITES= ${MASTER_SITE_GNU:=gettext/} + WRKDIST= ${WRKDIR}/${PKG_NAME}-${PKG_VERSION}/gettext-runtime include ${TOPDIR}/mk/package.mk -$(eval $(call PKG_template,GETTEXT,gettext,${PKG_VERSION}-${PKG_RELEASE})) +$(eval $(call PKG_template,GETTEXT,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) CONFIGURE_STYLE= gnu CONFIGURE_ARGS+= --disable-java \ diff --git a/package/gettext/ipkg/gettext.control b/package/gettext/ipkg/gettext.control deleted file mode 100644 index f963cda74..000000000 --- a/package/gettext/ipkg/gettext.control +++ /dev/null @@ -1,5 +0,0 @@ -Package: gettext -Priority: optional -Section: libs -Depends: libiconv, libpthread -Description: internationalisation library -- cgit v1.2.3