From b70981b68efcce5256eb11c6cd26ae123b10b6ea Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 24 Jul 2009 08:01:31 +0000 Subject: moved extra/* to main/ and fixed misc build issues --- main/acf-core/APKBUILD | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 main/acf-core/APKBUILD (limited to 'main/acf-core/APKBUILD') diff --git a/main/acf-core/APKBUILD b/main/acf-core/APKBUILD new file mode 100644 index 00000000..dd9f65bb --- /dev/null +++ b/main/acf-core/APKBUILD @@ -0,0 +1,15 @@ +# Maintainer: Natanael Copa +pkgname=acf-core +pkgver=0.8.0 +pkgrel=0 +pkgdesc="A web-based system administration interface framework" +url="http://git.alpinelinux.org/cgit/acf-core" +license="GPL-2" +depends="acf-skins haserl lua luaposix md5" +source="http://git.alpinelinux.org/cgit/$pkgname/snapshot/$pkgname-$pkgver.tar.bz2" + +build() { + cd "$srcdir/$pkgname-$pkgver" + make DESTDIR="$pkgdir" install +} +md5sums="a51c0f4a1931ebc0ca4d303b3330b484 acf-core-0.8.0.tar.bz2" -- cgit v1.2.3