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