diff options
Diffstat (limited to 'recipes/nonworking/icecast/icecast_2.2.0.bb')
-rw-r--r-- | recipes/nonworking/icecast/icecast_2.2.0.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/nonworking/icecast/icecast_2.2.0.bb b/recipes/nonworking/icecast/icecast_2.2.0.bb new file mode 100644 index 0000000000..c0f500ac4a --- /dev/null +++ b/recipes/nonworking/icecast/icecast_2.2.0.bb @@ -0,0 +1,17 @@ +PR = "r4" +LICENSE = "GPLv2" + +DEPENDS = "libvorbis libogg libxslt" + +# The RDEPENDS line is a workaround to make sure +# icecast pulls in necessary library deps. +RDEPENDS = "libvorbis libogg libxslt" + +SRC_URI = "http://downloads.us.xiph.org/releases/icecast/${PN}-${PV}.tar.gz" + +# disable yp as curl cannot be configured +EXTRA_OECONF = "--disable-yp --with-ogg=${STAGING_LIBDIR} --with-vorbis=${STAGING_LIBDIR}" + +S = "${WORKDIR}/${PN}-${PV}" +inherit autotools + |