libdevmapper: removed, is part of lvm2

This commit is contained in:
Juergen Daubert 2009-06-27 16:19:05 +02:00
parent 6424eba3a7
commit 273ab1c9f0
3 changed files with 0 additions and 41 deletions

View File

@ -1,14 +0,0 @@
drwxr-xr-x root/root lib/
lrwxrwxrwx root/root lib/libdevmapper.so -> libdevmapper.so.1.02
-rwxr-xr-x root/root lib/libdevmapper.so.1.02
drwxr-xr-x root/root sbin/
-rwxr-xr-x root/root sbin/dmsetup
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/libdevmapper.h
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/devmapper.pc
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/dmsetup.8.gz

View File

@ -1 +0,0 @@
440daa01b8f2ec4fe97b1cc621108220 LVM2.2.02.45.tgz

View File

@ -1,26 +0,0 @@
# 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.31
release=1
source=(ftp://sources.redhat.com/pub/lvm2/LVM2.2.02.45.tgz)
build() {
cd LVM2.2.02.45
./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 {} \;
}