summaryrefslogtreecommitdiffstats
path: root/testing/ices
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2013-11-04 11:27:10 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-11-20 10:27:29 +0000
commit850d697a0c45eede5bc7dd17925cbccf6b8b85db (patch)
treef8e1c0778c615f2495e2a15878c23fbb2e9444c0 /testing/ices
parent24a8bc7a7a757d9c29001796410fbd13c656b7ee (diff)
downloadaports-850d697a0c45eede5bc7dd17925cbccf6b8b85db.tar.bz2
aports-850d697a0c45eede5bc7dd17925cbccf6b8b85db.tar.xz
testing/ices: specify license
Diffstat (limited to 'testing/ices')
-rw-r--r--testing/ices/APKBUILD13
1 files changed, 9 insertions, 4 deletions
diff --git a/testing/ices/APKBUILD b/testing/ices/APKBUILD
index 574954b3b..59e19c883 100644
--- a/testing/ices/APKBUILD
+++ b/testing/ices/APKBUILD
@@ -2,21 +2,24 @@
# Maintainer: Francesco Colista <francesco.colista@gmail.com>
pkgname=ices
pkgver=0.4
-pkgrel=2
+pkgrel=3
pkgdesc="Source client for broadcasting in MP3 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 lame-dev perl-dev python-dev libxml2-dev"
+depends_dev="libogg-dev libxml2-dev libvorbis-dev libshout-dev alsa-lib-dev
+ lame-dev perl-dev python-dev libxml2-dev"
makedepends="$depends_dev"
install=""
subpackages=""
source="http://downloads.us.xiph.org/releases/ices/$pkgname-$pkgver.tar.gz"
+
_builddir=$srcdir/$pkgname-$pkgver
build() {
cd "$_builddir"
- ./configure --prefix=/usr \
+ ./configure \
+ --prefix=/usr \
--with-lame \
--with-vorbis \
--with-python \
@@ -31,3 +34,5 @@ package() {
}
md5sums="d31450c4011561dae0229f071cb41cb6 ices-0.4.tar.gz"
+sha256sums="6e71f7c2a5d7415565a3af4f4c688ada4915312714c74bb7567f2b4b6d183074 ices-0.4.tar.gz"
+sha512sums="a66c811c4156b92efb615c6024477ae979cdca69701b44853bbd1e6c2696d0ddc618f9ee16b0c7c83591ee50b365210c17732c170dca5266d7cebe2bcd5767d3 ices-0.4.tar.gz"