opt/libdevmapper/Pkgfile
2008-06-26 20:47:29 +02:00

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