Merge branch 'vuplus-1.6k' of code.vuplus.com:/opt/repository/openembedded into vuplu...
[vuplus_openembedded] / recipes / libshout / libshout.inc
1 DESCRIPTION = "Library which can be used to write a source client like ices"
2 HOMEPAGE = "http://www.icecast.org"
3 DEPENDS = "speex libtheora libvorbis libogg"
4 LICENSE = "LGPL"
5
6 SRC_URI = "http://downloads.us.xiph.org/releases/libshout/libshout-${PV}.tar.gz \
7            file://no-host-includes.ac;patch=1 "
8
9 inherit autotools
10
11 do_configure_prepend() {
12     # Use the staged m4 files
13     rm -f ${S}/m4/speex.m4
14     rm -f ${S}/m4/ogg.m4
15     rm -f ${S}/m4/vorbis.m4
16 }
17
18 do_stage() {
19     autotools_stage_all
20 }