git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
758afab
)
icecast: add 2.3.2
author
Steve Sakoman
<sakoman@gmail.com>
Tue, 28 Jul 2009 09:19:57 +0000
(11:19 +0200)
committer
Koen Kooi
<koen@openembedded.org>
Tue, 28 Jul 2009 09:19:57 +0000
(11:19 +0200)
recipes/icecast/icecast_2.3.2.bb
[new file with mode: 0644]
patch
|
blob
diff --git a/recipes/icecast/icecast_2.3.2.bb
b/recipes/icecast/icecast_2.3.2.bb
new file mode 100644
(file)
index 0000000..
bb82d59
--- /dev/null
+++ b/
recipes/icecast/icecast_2.3.2.bb
@@ -0,0
+1,21
@@
+DESCRIPTION = "Icecast streaming media server"
+LICENSE = "GPLv2"
+
+DEPENDS = "libvorbis libogg libtheora speex libxslt libxslt-native"
+
+PR = "r2"
+
+SRC_URI = "http://downloads.us.xiph.org/releases/icecast/${PN}-${PV}.tar.gz"
+
+# disable curl
+EXTRA_OECONF = " \
+ --without-curl \
+ --with-ogg=${STAGING_LIBDIR} \
+ --with-vorbis=${STAGING_LIBDIR} \
+ --with-theora=${STAGING_LIBDIR} \
+ --with-speex=${STAGING_LIBDIR} \
+ "
+
+S = "${WORKDIR}/${PN}-${PV}"
+inherit autotools
+