summaryrefslogtreecommitdiffstats
path: root/device-mapper/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-03-04 06:54:17 +0100
committerpiernov <piernov@piernov.org>2012-03-04 06:54:17 +0100
commit59d1e071437aa685faaa135b52a983ca2162afce (patch)
tree2104a6fb16a93e4029aaa6e5be2c1eb2ce7f1ab0 /device-mapper/Pkgfile
parent25cd8104fc8579e093eea6f29c9f25f4f0311504 (diff)
downloadnutyx-pakxe-59d1e071437aa685faaa135b52a983ca2162afce.tar.gz
nutyx-pakxe-59d1e071437aa685faaa135b52a983ca2162afce.tar.bz2
nutyx-pakxe-59d1e071437aa685faaa135b52a983ca2162afce.tar.xz
nutyx-pakxe-59d1e071437aa685faaa135b52a983ca2162afce.zip
device-mapper 2.02.94-1 màj port
Diffstat (limited to 'device-mapper/Pkgfile')
-rw-r--r--device-mapper/Pkgfile15
1 files changed, 7 insertions, 8 deletions
diff --git a/device-mapper/Pkgfile b/device-mapper/Pkgfile
index 78862d5d6..94ab77431 100644
--- a/device-mapper/Pkgfile
+++ b/device-mapper/Pkgfile
@@ -4,24 +4,23 @@
# Maintainer: thierryn1 at hispeed dot ch
name=device-mapper
-version=2.02.86
+version=2.02.94
release=1
source=(ftp://sources.redhat.com/pub/lvm2/LVM2.$version.tgz)
build() {
cd LVM2.$version
./configure \
- --prefix=/usr \
- --libdir=/lib \
- --mandir=/usr/share/man \
- --sbindir=/sbin \
- --enable-pkgconfig \
- --with-optimisation="$CFLAGS"
+ --prefix=/usr \
+ --libdir=/lib \
+ --mandir=/usr/share/man \
+ --sbindir=/sbin \
+ --enable-pkgconfig \
+ --with-optimisation="$CFLAGS"
make device-mapper
make DESTDIR=$PKG install_device-mapper
find $PKG -type f -exec chmod u+w {} \;
# Suppression des binaires, lib et man
rm -r $PKG/{sbin,usr/share}
rm $PKG/usr/lib/libdevmapper.so
-
}