diff options
Diffstat (limited to 'extra/acf-pingu/APKBUILD')
-rw-r--r-- | extra/acf-pingu/APKBUILD | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/extra/acf-pingu/APKBUILD b/extra/acf-pingu/APKBUILD deleted file mode 100644 index 9efbf5b9a..000000000 --- a/extra/acf-pingu/APKBUILD +++ /dev/null @@ -1,21 +0,0 @@ -# Contributor: Michael Mason <ms13sp@gmail.com> -pkgname=acf-pingu -pkgver=0.2.0 -pkgrel=0 -pkgdesc="A web-based system administration interface for pingu" -url="http://git.alpinelinux.org/cgit/acf-pingu" -license="GPL-2" -depends="acf-core lua pingu" -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="db13e3b589995915a3f7cbc41ce02a4a acf-pingu-0.2.0.tar.bz2" |