summaryrefslogtreecommitdiff
path: root/package/libmad/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/libmad/Makefile')
-rw-r--r--package/libmad/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/package/libmad/Makefile b/package/libmad/Makefile
index fb26b70d0..b3e035c09 100644
--- a/package/libmad/Makefile
+++ b/package/libmad/Makefile
@@ -7,13 +7,15 @@ PKG_NAME:= libmad
PKG_VERSION:= 0.15.1b
PKG_RELEASE:= 6
PKG_MD5SUM:= 1be543bc30c56fb6bea1d7bf6a64e66c
-PKG_DESCR:= An high-quality MPEG audio decoding library
+PKG_DESCR:= high-quality MPEG audio decoding library
PKG_SECTION:= libs
PKG_BUILDDEP:= autotool
PKG_URL:= http://sourceforge.net/projects/mad
PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=mad/}
PKG_OPTS:= dev
+DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
+
include ${TOPDIR}/mk/package.mk
$(eval $(call PKG_template,LIBMAD,libmad,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))