opt/libdevmapper/Pkgfile
2009-01-04 22:23:13 +01:00

27 lines
594 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.29
release=1
source=(ftp://sources.redhat.com/pub/lvm2/LVM2.2.02.43.tgz)
build() {
cd LVM2.2.02.43
./configure \
--prefix=/usr \
--libdir=/lib \
--mandir=/usr/man \
--sbindir=/sbin \
--enable-pkgconfig \
--disable-nls \
--with-optimisation="$CFLAGS"
make device-mapper
make DESTDIR=$PKG install_device-mapper
find $PKG -type f -exec chmod u+w {} \;
}