summaryrefslogtreecommitdiff
path: root/package/madplay
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/madplay
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/madplay')
-rw-r--r--package/madplay/Makefile8
-rw-r--r--package/madplay/ipkg/madplay.control6
2 files changed, 6 insertions, 8 deletions
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
-