icecast: update to 2.4.1.

This commit is contained in:
Eivind Uggedal 2014-11-20 08:23:47 +00:00
parent 735b5742ad
commit d802a8e2e2

View file

@ -1,6 +1,6 @@
# Template file for 'icecast'
pkgname=icecast
version=2.4.0
version=2.4.1
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config libtool libxslt-devel"
@ -12,15 +12,8 @@ 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=17b7e957e1b16a576efaabd69c15126e84ce98d3791ccee4546b72c0c6460f32
checksum=43f89ec301db1652740d1069bbc2c2e5244611fb86743dd5de90ce97a9a7454b
pre_configure() {
libtoolize -f
}
if [ "$CROSS_BUILD" ]; then
post_configure() {
# the build system of icecast is broken. manually fix Makefiles to cross compile
sed -i "s#-L/usr/lib #-L$XBPS_CROSS_BASE/usr/lib -lxslt #" `find -name Makefile`
}
fi