27 lines
1,013 B
Text
27 lines
1,013 B
Text
# Template file for 'icecast'
|
|
pkgname=icecast
|
|
version=2.3.2
|
|
build_style=gnu-configure
|
|
revision=1
|
|
makedepends="pkg-config openssl-devel libcurl-devel speex-devel
|
|
libtheora-devel libvorbis-devel libogg-devel libxslt-devel libxml2-devel"
|
|
short_desc="Free server software for streaming multimedia"
|
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
|
license="GPL-2"
|
|
homepage="http://www.icecast.org/"
|
|
distfiles="http://downloads.xiph.org/releases/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
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."
|
|
|
|
icecast_package() {
|
|
conf_files="/etc/icecast.xml"
|
|
pkg_install() {
|
|
vmove etc
|
|
vmove usr
|
|
}
|
|
}
|