diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-07-24 08:01:31 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-07-24 08:01:31 +0000 |
commit | b70981b68efcce5256eb11c6cd26ae123b10b6ea (patch) | |
tree | a38be6efae5e2ba15c2e839504632f9b7bfd5f91 /main/acf-weblog | |
parent | 2b4df81538b8398442d5296650905c70341dd8d3 (diff) | |
download | aports-b70981b68efcce5256eb11c6cd26ae123b10b6ea.tar.bz2 aports-b70981b68efcce5256eb11c6cd26ae123b10b6ea.tar.xz |
moved extra/* to main/
and fixed misc build issues
Diffstat (limited to 'main/acf-weblog')
-rw-r--r-- | main/acf-weblog/APKBUILD | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/main/acf-weblog/APKBUILD b/main/acf-weblog/APKBUILD new file mode 100644 index 0000000000..15847a3f48 --- /dev/null +++ b/main/acf-weblog/APKBUILD @@ -0,0 +1,20 @@ +# Contributor: Ted Trask <ttrask01@yahoo.com> +# Maintainer: Ted Trask <ttrask01@yahoo.com> +pkgname=acf-weblog +pkgver=0.2.0 +pkgrel=1 +pkgdesc="ACF for web proxy (squid and dansguardian) logfiles" +url="http://git.alpinelinux.org/cgit/acf-weblog" +license="GPL-2" +depends="acf-core lua luasql-postgres wget postgresql-client" +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="c3981ef8eca4684480d3df9474fc338b acf-weblog-0.2.0.tar.bz2" |