summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2009-07-02 20:11:03 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-07-03 07:50:13 +0000
commitfad0ebe380de19bb3bf293eb6b763b8ae6c2b443 (patch)
tree88df445c22f3f4ecd72e382f96c05121b38306d9 /testing
parent9d9e2589a70929dcc7df3f46643c816799a1ea6c (diff)
downloadaports-fad0ebe380de19bb3bf293eb6b763b8ae6c2b443.tar.bz2
aports-fad0ebe380de19bb3bf293eb6b763b8ae6c2b443.tar.xz
testing/acf-lvm2: new aport
Diffstat (limited to 'testing')
-rw-r--r--testing/acf-lvm2/APKBUILD22
1 files changed, 22 insertions, 0 deletions
diff --git a/testing/acf-lvm2/APKBUILD b/testing/acf-lvm2/APKBUILD
new file mode 100644
index 00000000..26aece86
--- /dev/null
+++ b/testing/acf-lvm2/APKBUILD
@@ -0,0 +1,22 @@
+# Contributor: Ted Trask <ttrask01@yahoo.com>
+# Maintainer: Ted Trask <ttrask01@yahoo.com>
+pkgname=acf-lvm2
+pkgver=0.2.0
+pkgrel=0
+pkgdesc="ACF module for lvm2"
+url="http://git.alpinelinux.org/cgit/$pkgname"
+license="GPL-2"
+depends="acf-core lua lvm2"
+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="daef1d0449814f496b0c4c46538b7e22 acf-lvm2-0.2.0.tar.bz2"