From 6f1dc21bd4e8ae7ef0d7afce465b2bc15d0ffa07 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 3 May 2012 06:19:04 +0000 Subject: testing/*: removed We dont ship testing things in a stable release --- testing/libasyncns/APKBUILD | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 testing/libasyncns/APKBUILD (limited to 'testing/libasyncns') diff --git a/testing/libasyncns/APKBUILD b/testing/libasyncns/APKBUILD deleted file mode 100644 index edb57b1de1..0000000000 --- a/testing/libasyncns/APKBUILD +++ /dev/null @@ -1,33 +0,0 @@ -# Contributor: Fabian Affolter -# Maintainer: Fabian Affolter -pkgname=libasyncns -pkgver=0.8 -pkgrel=0 -pkgdesc="Asynchronous Name Service Library" -url="http://0pointer.de/lennart/projects/libasyncns/" -arch="all" -license="LGPL2+" -depends="" -depends_dev="" -makedepends="$depends_dev" -install="" -subpackages="$pkgname-dev $pkgname-doc" -source="http://0pointer.de/lennart/projects/$pkgname/$pkgname-$pkgver.tar.gz" -_builddir="$srcdir"/$pkgname-$pkgver - -build() { - cd "$_builddir" - ./configure \ - --disable-static \ - --prefix=/usr \ - || return 1 - make || return 1 -} - -package() { - cd "$_builddir" - make DESTDIR="$pkgdir" install || return 1 - rm -f "$pkgdir"/usr/lib/*.la -} - -md5sums="1f553d6ce1ad255bc83b3d8e9384f515 libasyncns-0.8.tar.gz" -- cgit v1.2.3