29 lines
1.1 KiB
Text
29 lines
1.1 KiB
Text
# Template file for 'icecast'
|
|
pkgname=icecast
|
|
version=2.3.2
|
|
build_style=gnu-configure
|
|
homepage="http://www.icecast.org/"
|
|
distfiles="http://downloads.xiph.org/releases/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
revision=1
|
|
short_desc="Free server software for streaming multimedia"
|
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
|
license="GPL-2"
|
|
checksum=4742b38fc55b6373895a7c0a35baed49a848fec99f5e8538e3f0157383d0b3f0
|
|
long_desc="
|
|
Icecast is a streaming media server which currently supports Ogg Vorbis and
|
|
MP3 audio streams. It can be used to create an Internet radio station or a
|
|
privately running jukebox and many things in between. It is very versatile
|
|
in that new formats can be added relatively easily and supports open
|
|
standards for commuincation and interaction."
|
|
|
|
conf_files="/etc/icecast.xml"
|
|
|
|
Add_dependency build pkg-config
|
|
Add_dependency build openssl-devel
|
|
Add_dependency build libcurl-devel
|
|
Add_dependency build speex-devel
|
|
Add_dependency build libtheora-devel
|
|
Add_dependency build libvorbis-devel
|
|
Add_dependency build libogg-devel
|
|
Add_dependency build libxslt-devel
|
|
Add_dependency build libxml2-devel
|