aboutsummaryrefslogtreecommitdiffstats
path: root/testing/libfetch/APKBUILD
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/libfetch/APKBUILD
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/libfetch/APKBUILD')
-rw-r--r--testing/libfetch/APKBUILD30
1 files changed, 0 insertions, 30 deletions
diff --git a/testing/libfetch/APKBUILD b/testing/libfetch/APKBUILD
deleted file mode 100644
index fcd925cb16..0000000000
--- a/testing/libfetch/APKBUILD
+++ /dev/null
@@ -1,30 +0,0 @@
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
-pkgname=libfetch
-pkgver=2.33
-pkgrel=0
-pkgdesc="URL based download library"
-url="http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/net/libfetch/"
-arch="all"
-license="BSD"
-depends=
-makedepends="openssl-dev"
-subpackages="$pkgname-dev $pkgname-doc"
-source="Makefile
- ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz"
-
-_builddir="$srcdir"/$pkgname-$pkgver
-prepare() {
- cp "$srcdir"/Makefile "$_builddir"
-}
-
-build () {
- cd "$_builddir"
- make
-}
-
-package() {
- cd "$_builddir"
- make DESTDIR=$pkgdir install
-}
-md5sums="cf18907a75c67f543b1173d7f87830af Makefile
-a176b94f7f30344ef8a71c047ca2136b libfetch-2.33.tar.gz"