From c53ea7dbf2efecf277dc076884971921e2dd54e2 Mon Sep 17 00:00:00 2001 From: tnut Date: Thu, 4 Mar 2010 11:12:05 +0100 Subject: Maj device-mapper#2.02.61-1 --- base/device-mapper/Pkgfile | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'base/device-mapper/Pkgfile') diff --git a/base/device-mapper/Pkgfile b/base/device-mapper/Pkgfile index aa1d3ce54..e7163ed3a 100644 --- a/base/device-mapper/Pkgfile +++ b/base/device-mapper/Pkgfile @@ -4,24 +4,22 @@ # Maintainer: thierryn1 at hispeed dot ch name=device-mapper -version=1.02.28 +version=2.02.61 release=1 -source=(ftp://sources.redhat.com/pub/dm/device-mapper.$version.tgz) +source=(ftp://sources.redhat.com/pub/lvm2/LVM2.$version.tgz) build() { - cd device-mapper.$version + cd LVM2.$version ./configure \ --prefix=/usr \ --libdir=/lib \ --mandir=/usr/share/man \ --sbindir=/sbin \ --enable-pkgconfig \ - --disable-nls \ - --with-optimisation="$CFLAGS" \ - --enable-static_link # Required for dmraid - make - make DESTDIR=$PKG install + --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/{lib,sbin/dmsetup,usr/share} + rm -r $PKG/{sbin,usr/share} } -- cgit v1.2.3-70-g09d2