From 3adb5011329254bf62a3b422ae7cf3509ad930bd Mon Sep 17 00:00:00 2001 From: Francesco Colista Date: Tue, 23 Aug 2016 06:47:50 +0000 Subject: community/ices: moved from testing --- testing/ices/APKBUILD | 44 -------------------------------------------- 1 file changed, 44 deletions(-) delete mode 100644 testing/ices/APKBUILD (limited to 'testing/ices') diff --git a/testing/ices/APKBUILD b/testing/ices/APKBUILD deleted file mode 100644 index 17f795e172..0000000000 --- a/testing/ices/APKBUILD +++ /dev/null @@ -1,44 +0,0 @@ -# Contributor: Francesco Colista -# Maintainer: Francesco Colista -pkgname=ices -pkgver=2.0.2 -pkgrel=1 -pkgdesc="Source client for broadcasting in MP3 format to an icecast2 server" -url="http://icecast.org/ices.php" -arch="all" -license="GPL2+" -depends="" -makedepends="libogg-dev libxml2-dev libvorbis-dev libshout-dev alsa-lib-dev - lame-dev perl-dev python-dev libxml2-dev linux-headers" -subpackages="$pkgname-doc" -source="http://downloads.us.xiph.org/releases/ices/$pkgname-$pkgver.tar.gz" - -builddir=$srcdir/$pkgname-$pkgver - -prepare() { - default_prepare || return 1 - update_config_guess || return 1 -} - -build() { - cd "$builddir" - ./configure \ - --prefix=/usr \ - --datadir=/usr/share/doc/ \ - --with-lame \ - --with-vorbis \ - --with-python \ - --with-perl \ - || return 1 - make || return 1 -} - -package() { - cd "$builddir" - make DESTDIR="$pkgdir" install || return 1 - make -C conf DESTDIR="$pkgdir" install || return 1 -} - -md5sums="d2f53320ebc7b468d0e0f8a3d2b70883 ices-2.0.2.tar.gz" -sha256sums="7bf7a9c5bce1b6465df8dd1491e303544990006b8ef01f8ba8eeb38844588859 ices-2.0.2.tar.gz" -sha512sums="b8d55e4cb7498576aec42c69cea6410e4fc0b2ffb8559575b35b8cb7857b769dbb5633ac206eebd74068bbbac60b4642847c9b261786463e1c46b8930add3d1b ices-2.0.2.tar.gz" -- cgit v1.2.3