# Description: Device Mapper for LVM # URL: http://sources.redhat.com/dm/ # Maintainer: Simon Gloßner, viper at hometux dot de # Packager: Mark Rosenstand, mark at borkware dot net name=libdevmapper version=1.02.18 release=1 source=(ftp://sources.redhat.com/pub/dm/device-mapper.${version}.tgz) build() { cd device-mapper.$version ./configure \ --prefix=/usr \ --enable-pkgconfig \ --disable-nls \ --with-optimisation="$CFLAGS" make make DESTDIR=$PKG install find $PKG -type f -exec chmod u+w {} \; }