libdevmapper: updated to 1.02.15
This commit is contained in:
parent
c0e8451c3b
commit
602656feb7
@ -1,14 +1,13 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/include/
|
||||
-r--r--r-- root/root usr/include/libdevmapper.h
|
||||
-rw-r--r-- root/root usr/include/libdevmapper.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
lrwxrwxrwx root/root usr/lib/libdevmapper.a -> libdevmapper.a.1.01
|
||||
-r-xr-xr-x root/root usr/lib/libdevmapper.a.1.01
|
||||
lrwxrwxrwx root/root usr/lib/libdevmapper.so -> libdevmapper.so.1.01
|
||||
-r-xr-xr-x root/root usr/lib/libdevmapper.so.1.01
|
||||
lrwxrwxrwx root/root usr/lib/libdevmapper.so -> libdevmapper.so.1.02
|
||||
-rwxr-xr-x root/root usr/lib/libdevmapper.so.1.02
|
||||
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/
|
||||
-r--r--r-- root/root usr/man/man8/dmsetup.8.gz
|
||||
-rw-r--r-- root/root usr/man/man8/dmsetup.8.gz
|
||||
drwxr-xr-x root/root usr/sbin/
|
||||
-r-xr-xr-x root/root usr/sbin/dmsetup
|
||||
-r-xr-xr-x root/root usr/sbin/dmsetup.static
|
||||
-rwxr-xr-x root/root usr/sbin/dmsetup
|
||||
|
@ -1 +1 @@
|
||||
074cf116cc2c7194f2d100bc5f743833 device-mapper.1.01.05.tgz
|
||||
79c61b014ecabf3160de60de2c8b9719 device-mapper.1.02.15.tgz
|
||||
|
@ -1,9 +1,10 @@
|
||||
# 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.01.05
|
||||
version=1.02.15
|
||||
release=1
|
||||
source=(ftp://sources.redhat.com/pub/dm/device-mapper.${version}.tgz)
|
||||
|
||||
@ -12,9 +13,12 @@ build() {
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--enable-pkgconfig \
|
||||
--disable-nls \
|
||||
--disable-debug \
|
||||
--enable-static_link
|
||||
--with-optimisation="$CFLAGS"
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
find $PKG -type f -exec chmod u+w {} \;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user