diff options
author | Ted Trask <ttrask01@yahoo.com> | 2012-08-21 15:01:08 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2012-08-21 15:01:08 +0000 |
commit | 69ad0edcf8cbabac670aa0673ef45ad1cb9bad67 (patch) | |
tree | d3b872045ef95f23e0c2bbfa0b3d2eeae73ebef1 /testing | |
parent | 8179dc1d5f692b2b9e2c6a1111ca22cba47ca067 (diff) | |
download | aports-69ad0edcf8cbabac670aa0673ef45ad1cb9bad67.tar.bz2 aports-69ad0edcf8cbabac670aa0673ef45ad1cb9bad67.tar.xz |
testing/acf-fetch-crl: removed package
Diffstat (limited to 'testing')
-rw-r--r-- | testing/acf-fetch-crl/APKBUILD | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/testing/acf-fetch-crl/APKBUILD b/testing/acf-fetch-crl/APKBUILD deleted file mode 100644 index f6f2199fd..000000000 --- a/testing/acf-fetch-crl/APKBUILD +++ /dev/null @@ -1,22 +0,0 @@ -# Contributor: Michael Mason <ms13sp@gmail.com> -pkgname=acf-fetch-crl -pkgver=0.2.0 -pkgrel=3 -pkgdesc="A web-based system administration interface for fetch-crl" -url="http://git.alpinelinux.org/cgit/$pkgname" -arch="noarch" -license="GPL-2" -depends="acf-core lua fetch-crl" -makedepends="" -install= -subpackages="" -source="http://git.alpinelinux.org/cgit/$pkgname.git/snapshot/$pkgname-$pkgver.tar.bz2" - -package() { - cd "$srcdir/$pkgname-$pkgver" - - make DESTDIR="$pkgdir" install - -} - -md5sums="d8789ef066ac41abd0db69a8ec470540 acf-fetch-crl-0.2.0.tar.bz2" |