opt/libdevmapper/Pkgfile
2007-01-26 13:09:51 +01:00

24 lines
529 B
Plaintext

# 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.16
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 {} \;
}