core/libdevmapper/Pkgfile

30 lines
814 B
Plaintext
Raw Normal View History

2009-07-27 10:21:16 +02:00
# Description: Device mapper userspace library
# URL: http://sourceware.org/lvm2/
# Maintainer: CRUX System Team, core-ports at crux dot nu
name=libdevmapper
2010-08-28 19:11:50 +02:00
version=1.02.54
release=1
2010-09-28 20:23:02 +02:00
source=(ftp://sources.redhat.com/pub/lvm2/old/LVM2.2.02.73.tgz)
lvm2-static_build.patch)
2009-07-27 10:21:16 +02:00
build() {
2010-08-28 19:11:50 +02:00
cd LVM2.2.02.73
patch -p1 -i $SRC/lvm2-static_build.patch
2009-07-27 10:21:16 +02:00
./configure --prefix=/usr \
--sbindir=/sbin \
2010-05-04 20:36:16 +02:00
--libdir=/lib \
--datarootdir=/usr \
--with-staticdir=/sbin \
--with-usrlibdir=/usr/lib \
2009-07-27 10:21:16 +02:00
--disable-readline \
2009-08-06 20:33:26 +02:00
--enable-pkgconfig \
2010-05-04 20:36:16 +02:00
--enable-static_link \
--with-{user,group}=root
2009-07-27 10:21:16 +02:00
make device-mapper
make DESTDIR=$PKG install_device-mapper
}