summaryrefslogtreecommitdiff
path: root/package/faad2/Makefile
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/faad2/Makefile
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/faad2/Makefile')
-rw-r--r--package/faad2/Makefile24
1 files changed, 13 insertions, 11 deletions
diff --git a/package/faad2/Makefile b/package/faad2/Makefile
index c4052b209..ed707cc86 100644
--- a/package/faad2/Makefile
+++ b/package/faad2/Makefile
@@ -6,27 +6,29 @@
include ${TOPDIR}/rules.mk
PKG_NAME:= faad2
-PKG_VERSION:= 2.6.1
+PKG_VERSION:= 2.7
PKG_RELEASE:= 1
-PKG_MD5SUM:= 74e92df40c270f216a8305fc87603c8a
-MASTER_SITES:= ${MASTER_SITE_SOURCEFORGE:=faac/}
-WRKDIST= ${WRKDIR}/faad2
+PKG_MD5SUM:= ee1b4d67ea2d76ee52c5621bc6dbf61e
+PKG_DESCR:= A mp4 decoding library
+PKG_SECTION:= libs
+PKG_URL:= http://sourceforge.net/projects/faac/
+PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=faac/}
include ${TOPDIR}/mk/package.mk
-$(eval $(call PKG_template,LIBFAAD2,libfaad2,${PKG_VERSION}-${PKG_RELEASE}))
+$(eval $(call PKG_template,LIBFAAD2,libfaad2,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
-CONFIGURE_STYLE= autotool gnu
+CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --without-mpeg4ip \
--without-xmms
BUILD_STYLE= auto
INSTALL_STYLE= auto
-pre-install:
- ${INSTALL_DIR} ${WRKINST}/usr/lib
- ${INSTALL_DIR} ${WRKINST}/usr/include
- ${CP} ${WRKBUILD}/common/mp4ff/libmp4ff.a ${WRKINST}/usr/lib
- ${CP} ${WRKBUILD}/common/mp4ff/mp4ff.h ${WRKINST}/usr/include
+#pre-install:
+# ${INSTALL_DIR} ${WRKINST}/usr/lib
+# ${INSTALL_DIR} ${WRKINST}/usr/include
+# ${CP} ${WRKBUILD}/common/mp4ff/libmp4ff.a ${WRKINST}/usr/lib
+# ${CP} ${WRKBUILD}/common/mp4ff/mp4ff.h ${WRKINST}/usr/include
post-install:
${INSTALL_DIR} ${IDIR_LIBFAAD2}/usr/lib