void-packages/srcpkgs/icecast/template
Juan RP 1c5f4690e6 xbps-src: always require current srcpkgs version in build dependencies.
That means that version comparators are not supported anymore in
hostmakedepends and makedepends.

This will ensure that a pkg is always built with the same build dependencies
everywhere, if the srcpkgs tree is uptodate.
2015-03-27 10:59:58 +01:00

19 lines
655 B
Bash

# Template file for 'icecast'
pkgname=icecast
version=2.4.1
revision=4
build_style=gnu-configure
hostmakedepends="pkg-config libtool libxslt-devel"
makedepends="libressl-devel libcurl-devel speex-devel
libtheora-devel libvorbis-devel libogg-devel libxslt-devel libxml2-devel"
conf_files="/etc/icecast.xml"
short_desc="Free server software for streaming multimedia"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
homepage="http://www.icecast.org/"
distfiles="http://downloads.xiph.org/releases/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=43f89ec301db1652740d1069bbc2c2e5244611fb86743dd5de90ce97a9a7454b
pre_configure() {
libtoolize -f
}