diff options
author | Ted Trask <ttrask01@yahoo.com> | 2011-10-03 15:46:01 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2011-10-03 15:46:01 +0000 |
commit | dc706204760c01a046c9ead2a83fe3849852d656 (patch) | |
tree | ed3e3f8b3beda182e0cb8e5a02b40923ae7a82f1 /main/acf-lighttpd | |
parent | 005c0a42a1605a0d70fc63e03ad51d6e0524ef83 (diff) | |
download | aports-dc706204760c01a046c9ead2a83fe3849852d656.tar.bz2 aports-dc706204760c01a046c9ead2a83fe3849852d656.tar.xz |
main/acf-lighttpd: new aport
Diffstat (limited to 'main/acf-lighttpd')
-rw-r--r-- | main/acf-lighttpd/APKBUILD | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/main/acf-lighttpd/APKBUILD b/main/acf-lighttpd/APKBUILD new file mode 100644 index 0000000000..e68fffafdd --- /dev/null +++ b/main/acf-lighttpd/APKBUILD @@ -0,0 +1,17 @@ +# Contributor: Ted Trask <ttrask01@yahoo.com> +# Maintainer: Ted Trask <ttrask01@yahoo.com> +pkgname=acf-lighttpd +pkgver=0.1.0 +pkgrel=0 +pkgdesc="A web-based system administration interface for lighttpd" +url="http://git.alpinelinux.org/cgit/acf-lighttpd" +arch="noarch" +license="GPL-2" +depends="acf-core lua lighttpd" +source="http://git.alpinelinux.org/cgit/$pkgname.git/snapshot/$pkgname-$pkgver.tar.bz2" + +package() { + cd "$srcdir/$pkgname-$pkgver" + make DESTDIR="$pkgdir" install +} +md5sums="53db93a7fb52357056de5296fb7b2a8f acf-lighttpd-0.1.0.tar.bz2" |