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/madplay/Makefile | 8 ++++++-- package/madplay/ipkg/madplay.control | 6 ------ 2 files changed, 6 insertions(+), 8 deletions(-) delete mode 100644 package/madplay/ipkg/madplay.control (limited to 'package/madplay') diff --git a/package/madplay/Makefile b/package/madplay/Makefile index fa56645c0..8d5894b4f 100644 --- a/package/madplay/Makefile +++ b/package/madplay/Makefile @@ -9,12 +9,16 @@ PKG_NAME:= madplay PKG_VERSION:= 0.15.2b PKG_RELEASE:= 1 PKG_MD5SUM:= 6814b47ceaa99880c754c5195aa1aac1 -MASTER_SITES:= ${MASTER_SITE_SOURCEFORGE:=mad/} \ +PKG_DESCR:= MPEG audio player in fixed point +PKG_SECTION:= sound +PKG_DEPENDS:= libid3tag libmad +PKG_URL:= http://www.underbit.com/products/mad +PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=mad/} \ ftp://ftp.mars.org/pub/mpeg/ include ${TOPDIR}/mk/package.mk -$(eval $(call PKG_template,MADPLAY,madplay,${PKG_VERSION}-${PKG_RELEASE})) +$(eval $(call PKG_template,MADPLAY,madplay,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) CONFIGURE_STYLE:= gnu CONFIGURE_ENV+= BUILD_CC="${TARGET_CC}" HOSTCC=${HOST_CC} \ diff --git a/package/madplay/ipkg/madplay.control b/package/madplay/ipkg/madplay.control deleted file mode 100644 index f776e7ca6..000000000 --- a/package/madplay/ipkg/madplay.control +++ /dev/null @@ -1,6 +0,0 @@ -Package: madplay -Priority: optional -Section: sound -Description: MPEG audio player in fixed point -Depends: libid3tag, libmad - -- cgit v1.2.3