diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2006-03-03 14:23:40 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-03-03 14:23:40 +0000 |
commit | 1be13146d3e7edc116adbd67c24bae4ccd4b8425 (patch) | |
tree | 8f4b2238cde5b4be022073234d20550193d48d26 /packages/icecast | |
parent | 7f96d9bb3b31b93cfc7ae8a90d5a41857c533c77 (diff) |
slugos: Add icecast to feed
Diffstat (limited to 'packages/icecast')
-rw-r--r-- | packages/icecast/icecast_2.2.0.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/icecast/icecast_2.2.0.bb b/packages/icecast/icecast_2.2.0.bb index c4c89f365d..63a026233e 100644 --- a/packages/icecast/icecast_2.2.0.bb +++ b/packages/icecast/icecast_2.2.0.bb @@ -2,9 +2,10 @@ PR = "r2" MAINTAINER = "Oyvind Repvik <nail@nslu2-linux.org" LICENSE = "GPL-2" -DEPENDS = "libvorbis libogg libxslt" +RDEPENDS = "libvorbis libogg libxslt" SRC_URI = "http://downloads.us.xiph.org/releases/icecast/${PN}-${PV}.tar.gz" +EXTRA_OECONF = "--with-ogg=${STAGING_LIBDIR} --with-vorbis=${STAGING_LIBDIR}" S = "${WORKDIR}/${PN}-${PV}" inherit autotools |