summaryrefslogtreecommitdiffstats
path: root/main/acf-amavisd-new
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-10-09 07:36:38 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-10-09 07:36:38 +0000
commit33f78e955b5e52ab2502d068f1e8a6ee08b5b7ee (patch)
tree863ca5b74a78553ea284030ec8225b9c85a0ac78 /main/acf-amavisd-new
parentcf89d27dd8f19cda251b838df01f6ba018d907b1 (diff)
downloadaports-33f78e955b5e52ab2502d068f1e8a6ee08b5b7ee.tar.bz2
aports-33f78e955b5e52ab2502d068f1e8a6ee08b5b7ee.tar.xz
main/acf-amavisd-new: new aport
ACF module for amavis http://git.alpinelinux.org/cgit/acf-amavisd-new
Diffstat (limited to 'main/acf-amavisd-new')
-rw-r--r--main/acf-amavisd-new/APKBUILD22
1 files changed, 22 insertions, 0 deletions
diff --git a/main/acf-amavisd-new/APKBUILD b/main/acf-amavisd-new/APKBUILD
new file mode 100644
index 000000000..f224ee747
--- /dev/null
+++ b/main/acf-amavisd-new/APKBUILD
@@ -0,0 +1,22 @@
+# Contributor: Ted Trask <ttrask01@yahoo.com>
+pkgname=acf-amavisd-new
+pkgver=0.1.0
+pkgrel=0
+pkgdesc="ACF module for amavis"
+url="http://git.alpinelinux.org/cgit/acf-amavisd-new"
+license="GPL-2"
+depends="acf-core lua amavisd-new"
+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="54fbe6fc8c0774b470dab1f0bb73c407 acf-amavisd-new-0.1.0.tar.bz2"
+