summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-08-20 13:19:21 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-08-20 13:19:21 +0000
commitf0404cc32bc2fee17dcc6c0badd7d42a9ba253ea (patch)
tree0d5a97c1768515f8f646f139e3b0381f6c02f20e /testing
parent935a6424c5b68ecb1620627c1cadf0ed61c508b3 (diff)
downloadaports-f0404cc32bc2fee17dcc6c0badd7d42a9ba253ea.tar.bz2
aports-f0404cc32bc2fee17dcc6c0badd7d42a9ba253ea.tar.xz
testing/device-mapper: removed. provided by lvm2
Diffstat (limited to 'testing')
-rw-r--r--testing/device-mapper/APKBUILD26
1 files changed, 0 insertions, 26 deletions
diff --git a/testing/device-mapper/APKBUILD b/testing/device-mapper/APKBUILD
deleted file mode 100644
index aaca6808..00000000
--- a/testing/device-mapper/APKBUILD
+++ /dev/null
@@ -1,26 +0,0 @@
-# Contributor: Leonardo Arena <rnalrd@gmail.com>
-# Maintainer: Leonardo Arena <rnalrd@gmail.com>
-pkgname=device-mapper
-pkgver=1.02.28
-pkgrel=0
-pkgdesc="Device mapper ioctl library"
-url="http://sources.redhat.com/pub/dm/"
-license="GPL-2"
-depends="uclibc"
-makedepends=""
-install=
-subpackages="$pkgname-doc $pkgname-dev"
-source="ftp://sources.redhat.com/pub/dm/$pkgname.$pkgver.tgz"
-
-build() {
- cd "$srcdir/$pkgname.$pkgver"
-
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info
- make || return 1
- make DESTDIR="$pkgdir" install
-}
-
-md5sums="c9ae0776994a419f9e1ba842164bb626 device-mapper.1.02.28.tgz"