diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-05 21:19:09 +0100 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-05 21:19:09 +0100 |
| commit | 0d26df21995dc2f25041974fb6faf3ec31be6467 (patch) | |
| tree | 5c7d127a7440047678be887af89ad2c4029f7b92 /package/icecast/Makefile | |
| parent | da41715f82af9f47cfe64a5c71fb998ba3ebc335 (diff) | |
| parent | c60450e51bf32ef6993ece3496cd8cdcb93b8e04 (diff) | |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/icecast/Makefile')
| -rw-r--r-- | package/icecast/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/package/icecast/Makefile b/package/icecast/Makefile index 517e437ae..451130185 100644 --- a/package/icecast/Makefile +++ b/package/icecast/Makefile @@ -4,13 +4,13 @@ include ${TOPDIR}/rules.mk PKG_NAME:= icecast -PKG_VERSION:= 2.3.2 -PKG_RELEASE:= 2 -PKG_MD5SUM:= ff516b3ccd2bcc31e68f460cd316093f -PKG_DESCR:= A streaming media server +PKG_VERSION:= 2.3.3 +PKG_RELEASE:= 1 +PKG_MD5SUM:= 2b5d1b40778922e5f6431b7758c359ad +PKG_DESCR:= streaming media server PKG_SECTION:= multimedia PKG_DEPENDS:= libcurl libvorbis libpthread libxml2 libxslt -PKG_BUILDDEP:= curl libvorbis libxml2 libxslt +PKG_BUILDDEP:= curl libvorbis libxml2 libxslt autotool PKG_URL:= http://www.icecast.org/ PKG_SITES:= http://downloads.us.xiph.org/releases/icecast/ @@ -18,6 +18,7 @@ include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,ICECAST,icecast,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) +AUTOTOOL_STYLE:= autoreconf TARGET_CPPFLAGS+= -I${STAGING_TARGET_DIR}/usr/include/libxml2 CONFIGURE_ARGS+= --disable-yp \ --with-curl="yes" \ |
