aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ices
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-05-03 06:19:04 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-05-03 06:19:04 +0000
commit6f1dc21bd4e8ae7ef0d7afce465b2bc15d0ffa07 (patch)
tree1f70b259fe7fb5c82f437c6b006284893cf4eb5a /testing/ices
parent66765c30ac7a9c9a560ab43d5618de820fb373c6 (diff)
downloadaports-6f1dc21bd4e8ae7ef0d7afce465b2bc15d0ffa07.tar.bz2
aports-6f1dc21bd4e8ae7ef0d7afce465b2bc15d0ffa07.tar.xz
testing/*: removed
We dont ship testing things in a stable release
Diffstat (limited to 'testing/ices')
-rw-r--r--testing/ices/APKBUILD33
1 files changed, 0 insertions, 33 deletions
diff --git a/testing/ices/APKBUILD b/testing/ices/APKBUILD
deleted file mode 100644
index 574954b3bd..0000000000
--- a/testing/ices/APKBUILD
+++ /dev/null
@@ -1,33 +0,0 @@
-# Contributor: Francesco Colista <francesco.colista@gmail.com>
-# Maintainer: Francesco Colista <francesco.colista@gmail.com>
-pkgname=ices
-pkgver=0.4
-pkgrel=2
-pkgdesc="Source client for broadcasting in MP3 format to an icecast2 server"
-url="http://icecast.org/ices.php"
-arch="all"
-license="GPL"
-depends=""
-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 \
- --with-lame \
- --with-vorbis \
- --with-python \
- --with-perl
- make || return 1
-}
-
-package() {
- cd "$_builddir"
- make DESTDIR="$pkgdir" install || return 1
- install -m644 -D conf/$pkgname.conf.dist "$pkgdir"/etc/$pkgname/$pkgname.conf
-}
-
-md5sums="d31450c4011561dae0229f071cb41cb6 ices-0.4.tar.gz"