libdmx: Add fso-specs to DEPENDS
[openembedded.git] / recipes / icecast / icecast_2.3.2.bb
blobb931fd7d7f92e7e0a2e5b796d353671a5a3be3e8
1 DESCRIPTION = "Icecast streaming media server"
2 LICENSE = "GPLv2"
4 DEPENDS = "libvorbis libogg libtheora speex libxslt libxslt-native"
6 PR = "r2"
8 SRC_URI = "http://downloads.us.xiph.org/releases/icecast/${PN}-${PV}.tar.gz"
10 # disable curl
11 EXTRA_OECONF = " \
12 --without-curl \
13 --with-ogg=${STAGING_LIBDIR} \
14 --with-vorbis=${STAGING_LIBDIR} \
15 --with-theora=${STAGING_LIBDIR} \
16 --with-speex=${STAGING_LIBDIR} \
19 S = "${WORKDIR}/${PN}-${PV}"
20 inherit autotools
23 SRC_URI[md5sum] = "ff516b3ccd2bcc31e68f460cd316093f"
24 SRC_URI[sha256sum] = "4742b38fc55b6373895a7c0a35baed49a848fec99f5e8538e3f0157383d0b3f0"