summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorMichael Mason <ms13sp@gmail.com>2009-08-06 15:05:58 +0000
committerMichael Mason <ms13sp@gmail.com>2009-08-06 15:05:58 +0000
commit33d32854b1630a53e318d51b7ffe1118fede11ec (patch)
treea060dd09a1d0493a8b763ec36161993f8058539e /testing
parentdbaaea8cb8312de2664323705579d00d7c4e18dc (diff)
parentf99f8180d66bf3c542605bf0de503ed287808cde (diff)
downloadaports-33d32854b1630a53e318d51b7ffe1118fede11ec.tar.bz2
aports-33d32854b1630a53e318d51b7ffe1118fede11ec.tar.xz
Merge branch 'master' of git://git.alpinelinux.org/aports
Diffstat (limited to 'testing')
-rw-r--r--testing/acf-lvm2/APKBUILD22
1 files changed, 0 insertions, 22 deletions
diff --git a/testing/acf-lvm2/APKBUILD b/testing/acf-lvm2/APKBUILD
deleted file mode 100644
index 26aece86..00000000
--- a/testing/acf-lvm2/APKBUILD
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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"