diff options
author | Francesco Colista <francesco.colista@gmail.com> | 2011-03-30 17:22:05 +0000 |
---|---|---|
committer | Francesco Colista <francesco.colista@gmail.com> | 2011-03-30 17:22:05 +0000 |
commit | 01492edc89943cd50622148151f245c8d4be171d (patch) | |
tree | de56dfe90eea03af42c5beeb1b67b52943b4298c | |
parent | 989b2c78d00c8176cf5c2dbb4c4f965be1a2e862 (diff) | |
download | aports-01492edc89943cd50622148151f245c8d4be171d.tar.bz2 aports-01492edc89943cd50622148151f245c8d4be171d.tar.xz |
testing/ices2: added alsa support
-rw-r--r-- | testing/ices2/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/ices2/APKBUILD b/testing/ices2/APKBUILD index 2617f446d..154513999 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() { |