diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2013-11-04 11:38:34 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-11-20 10:27:29 +0000 |
commit | 09e2e43c8768fb0c3497da22c9c8e6c4150495d2 (patch) | |
tree | b159c4ea5f40d92869e745ddd41609f6fa081061 /testing/ices2/APKBUILD | |
parent | 3ac46603e570d3b5a737d3c7b137c50216cf24fc (diff) | |
download | aports-09e2e43c8768fb0c3497da22c9c8e6c4150495d2.tar.bz2 aports-09e2e43c8768fb0c3497da22c9c8e6c4150495d2.tar.xz |
testing/ices2: upgrade to 2.0.2
Diffstat (limited to 'testing/ices2/APKBUILD')
-rw-r--r-- | testing/ices2/APKBUILD | 22 |
1 files changed, 14 insertions, 8 deletions
diff --git a/testing/ices2/APKBUILD b/testing/ices2/APKBUILD index 154513999a..84c99a3fd6 100644 --- a/testing/ices2/APKBUILD +++ b/testing/ices2/APKBUILD @@ -2,24 +2,27 @@ # Maintainer: Francesco Colista <francesco.colista@gmail.com> pkgname=ices2 _pkgname=ices -pkgver=2.0.1 -pkgrel=3 -pkgdesc="source client for broadcasting in Ogg Vorbis format to an icecast2 server." +pkgver=2.0.2 +pkgrel=0 +pkgdesc="source client for broadcasting in Ogg Vorbis format to an icecast2 server" url="http://icecast.org/ices.php" arch="all" -license="GPL" +license="GPL2" depends= depends_dev="libogg-dev libxml2-dev libvorbis-dev libshout-dev alsa-lib-dev" makedepends="$depends_dev" install="" subpackages="" -source="http://downloads.us.xiph.org/releases/ices/$_pkgname-$pkgver.tar.gz" +source="http://downloads.us.xiph.org/releases/ices/$_pkgname-$pkgver.tar.bz2" + _builddir=$srcdir/$_pkgname-$pkgver build() { cd "$_builddir" - ./configure --prefix=/usr \ + ./configure \ + --prefix=/usr \ --disable-sun-audio \ - --enable-alsa + --enable-alsa \ + || return 1 make || return 1 } package() { @@ -31,4 +34,7 @@ package() { install -m644 -D $i "$pkgdir"/etc/$pkgname/$i done } -md5sums="0d95ac34d59fed337028d5e7771076d8 ices-2.0.1.tar.gz" + +md5sums="832c448cc993170a70fd95804fcda5b2 ices-2.0.2.tar.bz2" +sha256sums="96458df835033c39236ad3bb099286c033241f8ea7c138e7ccf714e7ade75900 ices-2.0.2.tar.bz2" +sha512sums="ff257b478a7237886ba59bf7d1a494ebd4c7c12fd74e8e10c00ea65710249ead1b5b1ae8d9540fab05f2e4486949c6e350f3da59a1d1bf261397ca257806b2c7 ices-2.0.2.tar.bz2" |