summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-03-17 09:08:36 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-03-17 09:08:36 +0000
commit905eced2403c292d7951f63e787dab6c5b2a18bd (patch)
tree6e3c49defef00c57a999c481ff8a316f24d0f83c /testing
parent3902acf9c91ea770205243909f282879bfb556ec (diff)
downloadaports-905eced2403c292d7951f63e787dab6c5b2a18bd.tar.bz2
aports-905eced2403c292d7951f63e787dab6c5b2a18bd.tar.xz
testing/multipath-tools: removed from stable branch
Diffstat (limited to 'testing')
-rw-r--r--testing/multipath-tools/APKBUILD31
-rw-r--r--testing/multipath-tools/Makefile.patch11
2 files changed, 0 insertions, 42 deletions
diff --git a/testing/multipath-tools/APKBUILD b/testing/multipath-tools/APKBUILD
deleted file mode 100644
index 471d9de2..00000000
--- a/testing/multipath-tools/APKBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# Contributor: Leonardo Arena <rnalrd@gmail.com>
-# Maintainer: Leonardo Arena <rnalrd@gmail.com>
-pkgname="multipath-tools"
-pkgver=0.4.8
-pkgrel=2
-pkgdesc="Device Mapper Multipathing Driver"
-url="http://christophe.varoqui.free.fr/"
-license="GPL"
-depends=
-makedepends="lvm2-dev libaio-dev readline-dev"
-install=
-subpackages="$pkgname-doc"
-source="http://christophe.varoqui.free.fr/$pkgname/$pkgname-$pkgver.tar.bz2
- Makefile.patch"
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- patch Makefile < ../Makefile.patch || return 1
- find . -name Makefile -exec sed -i -e 's/glibc/uclibc/g' {} \;
-
- make -j1 \
- prefix="/usr" \
- sysconfdir="/etc" \
- mandir="/usr/share/man" \
- infodir="/usr/share/info" || return 1
- make DESTDIR="$pkgdir" install
-}
-
-md5sums="3563b863b408d07c46929b6e8c2c248c multipath-tools-0.4.8.tar.bz2
-92318268d20a9622cdb9909d153c4ccd Makefile.patch"
diff --git a/testing/multipath-tools/Makefile.patch b/testing/multipath-tools/Makefile.patch
deleted file mode 100644
index ddf7058d..00000000
--- a/testing/multipath-tools/Makefile.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/multipath-tools-0.4.8/Makefile Thu Aug 2 21:05:37 2007
-+++ Makefile Fri Feb 27 09:57:19 2009
-@@ -20,7 +20,7 @@
- export KRNLSRC
- export KRNLOBJ
-
--BUILDDIRS = $(shell find . -mindepth 2 -name Makefile -exec dirname {} \; | grep -vE '^lib|/\.')
-+BUILDDIRS = $(shell find . -name Makefile -exec dirname {} \; | grep -vE '^lib|/\.'|grep -v '^\.$$')
-
- ifeq ($(MULTIPATH_VERSION),)
- VERSION = $(shell basename ${PWD} | cut -d'-' -f3)