From 09ce0508afe6568cf580f53fb9952963125fff43 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 3 Feb 2010 07:41:11 +0000 Subject: Revert "testing/*: remove from stable branch" This reverts commit 9ad548df8aa2a860ca311453ed3d6a98962f32f5. I'll delete them one by one. --- testing/acf-fetch-crl/APKBUILD | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 testing/acf-fetch-crl/APKBUILD (limited to 'testing/acf-fetch-crl/APKBUILD') diff --git a/testing/acf-fetch-crl/APKBUILD b/testing/acf-fetch-crl/APKBUILD new file mode 100644 index 00000000..3728292f --- /dev/null +++ b/testing/acf-fetch-crl/APKBUILD @@ -0,0 +1,21 @@ +# Contributor: Michael Mason +pkgname=acf-fetch-crl +pkgver=0.2.0 +pkgrel=0 +pkgdesc="A web-based system administration interface for fetch-crl" +url="http://git.alpinelinux.org/cgit/$pkgname" +license="GPL-2" +depends="acf-core lua fetch-crl" +makedepends="" +install= +subpackages="" +source="http://git.alpinelinux.org/cgit/$pkgname/snapshot/$pkgname-$pkgver.tar.bz2" + +build() { + cd "$srcdir/$pkgname-$pkgver" + + make DESTDIR="$pkgdir" install + +} + +md5sums="d8789ef066ac41abd0db69a8ec470540 acf-fetch-crl-0.2.0.tar.bz2" -- cgit v1.2.3