diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2006-09-04 01:29:27 +0000 |
---|---|---|
committer | Oyvind Repvik <nail@nslu2-linux.org> | 2006-09-04 01:29:27 +0000 |
commit | 8cfa5694cf3f491e71109e6684a26d740499880a (patch) | |
tree | b5ed200639e2932edc229f2e417c683c7326ad9d /packages/nonworking | |
parent | 9e256efb9fc1f6df7049927c359fea00ffaf5b51 (diff) |
icecast: Move to nonworking
Diffstat (limited to 'packages/nonworking')
-rw-r--r-- | packages/nonworking/icecast/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/nonworking/icecast/icecast_2.2.0.bb | 18 |
2 files changed, 18 insertions, 0 deletions
diff --git a/packages/nonworking/icecast/.mtn2git_empty b/packages/nonworking/icecast/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/nonworking/icecast/.mtn2git_empty diff --git a/packages/nonworking/icecast/icecast_2.2.0.bb b/packages/nonworking/icecast/icecast_2.2.0.bb new file mode 100644 index 0000000000..7322af3087 --- /dev/null +++ b/packages/nonworking/icecast/icecast_2.2.0.bb @@ -0,0 +1,18 @@ +PR = "r4" +MAINTAINER = "Oyvind Repvik <nail@nslu2-linux.org" +LICENSE = "GPL-2" + +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 + |