let ipkg fail when a package file to be installed is not found
[openwrt/openwrt.git] / openwrt / package / icecast / Config.in
1 config BR2_PACKAGE_ICECAST
2 prompt "icecast........................... A streaming media server for Ogg/Vorbis and MP3 audio streams"
3 tristate
4 default m if CONFIG_DEVEL
5 select BR2_PACKAGE_LIBCURL
6 select BR2_PACKAGE_LIBVORBISIDEC
7 select BR2_PACKAGE_LIBXML2
8 select BR2_PACKAGE_LIBXSLT
9 help
10 Icecast is a streaming media server which currently supports Ogg
11 Vorbis and MP3 audio streams. It can be used to create an Internet
12 radio station or a privately running jukebox and many things in
13 between. It is very versatile in that new formats can be added
14 relatively easily and supports open standards for commuincation and
15 interaction.
16
17 http://www.icecast.org/
18
19 Depends:
20 * libcurl
21 * libvorbisidec
22 * libxml2
23 * libxslt
24