testing/ices2: added alsa support

This commit is contained in:
Francesco Colista 2011-03-30 17:22:05 +00:00
parent 989b2c78d0
commit 01492edc89

View File

@ -3,7 +3,7 @@
pkgname=ices2
_pkgname=ices
pkgver=2.0.1
pkgrel=2
pkgrel=3
pkgdesc="source client for broadcasting in Ogg Vorbis format to an icecast2 server."
url="http://icecast.org/ices.php"
arch="all"
@ -18,7 +18,8 @@ _builddir=$srcdir/$_pkgname-$pkgver
build() {
cd "$_builddir"
./configure --prefix=/usr \
--disable-sun-audio
--disable-sun-audio \
--enable-alsa
make || return 1
}
package() {