From 01492edc89943cd50622148151f245c8d4be171d Mon Sep 17 00:00:00 2001 From: Francesco Colista Date: Wed, 30 Mar 2011 17:22:05 +0000 Subject: testing/ices2: added alsa support --- testing/ices2/APKBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'testing/ices2') diff --git a/testing/ices2/APKBUILD b/testing/ices2/APKBUILD index 2617f446d3..154513999a 100644 --- a/testing/ices2/APKBUILD +++ b/testing/ices2/APKBUILD @@ -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() { -- cgit v1.2.3