core/libdevmapper/Pkgfile
Juergen Daubert 9e791c643e Merge branch '2.6' into 2.7
Conflicts:
	libdevmapper/Pkgfile
2010-09-28 20:24:29 +02:00

30 lines
814 B
Plaintext

# Description: Device mapper userspace library
# URL: http://sourceware.org/lvm2/
# Maintainer: CRUX System Team, core-ports at crux dot nu
name=libdevmapper
version=1.02.54
release=1
source=(ftp://sources.redhat.com/pub/lvm2/old/LVM2.2.02.73.tgz)
lvm2-static_build.patch)
build() {
cd LVM2.2.02.73
patch -p1 -i $SRC/lvm2-static_build.patch
./configure --prefix=/usr \
--sbindir=/sbin \
--libdir=/lib \
--datarootdir=/usr \
--with-staticdir=/sbin \
--with-usrlibdir=/usr/lib \
--disable-readline \
--enable-pkgconfig \
--enable-static_link \
--with-{user,group}=root
make device-mapper
make DESTDIR=$PKG install_device-mapper
}