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-snort/APKBUILD | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 main/acf-snort/APKBUILD (limited to 'main/acf-snort/APKBUILD') diff --git a/main/acf-snort/APKBUILD b/main/acf-snort/APKBUILD new file mode 100644 index 00000000..abe972d4 --- /dev/null +++ b/main/acf-snort/APKBUILD @@ -0,0 +1,21 @@ +# Contributor: Michael Mason +pkgname=acf-snort +pkgver=0.4.0 +pkgrel=0 +pkgdesc="A web-based system administration interface for snort" +url="http://git.alpinelinux.org/cgit/acf-snort" +license="GPL-2" +depends="acf-core lua snort" +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="8d8114c3ec17a752a2a0b6ce3e37fdfd acf-snort-0.4.0.tar.bz2" -- cgit v1.2.3