# Description: Logical volume management for Linux # URL: http://sources.redhat.com/dm/ # Maintainer: Mark Rosenstand name=device-mapper version=1.02.14 release=1 source=(ftp://sources.redhat.com/pub/dm/device-mapper.$version.tgz) build() { cd device-mapper.$version ./configure \ --prefix=/usr \ --exec-prefix= \ --enable-pkgconfig \ --with-optimisation="$CFLAGS" make make DESTDIR=$PKG install }