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/
|
||||||
drwxr-xr-x root/root usr/include/
|
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/
|
drwxr-xr-x root/root usr/lib/
|
||||||
lrwxrwxrwx root/root usr/lib/libdevmapper.a -> libdevmapper.a.1.01
|
lrwxrwxrwx root/root usr/lib/libdevmapper.so -> libdevmapper.so.1.02
|
||||||
-r-xr-xr-x root/root usr/lib/libdevmapper.a.1.01
|
-rwxr-xr-x root/root usr/lib/libdevmapper.so.1.02
|
||||||
lrwxrwxrwx root/root usr/lib/libdevmapper.so -> libdevmapper.so.1.01
|
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||||
-r-xr-xr-x root/root usr/lib/libdevmapper.so.1.01
|
-rw-r--r-- root/root usr/lib/pkgconfig/devmapper.pc
|
||||||
drwxr-xr-x root/root usr/man/
|
drwxr-xr-x root/root usr/man/
|
||||||
drwxr-xr-x root/root usr/man/man8/
|
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/
|
drwxr-xr-x root/root usr/sbin/
|
||||||
-r-xr-xr-x root/root usr/sbin/dmsetup
|
-rwxr-xr-x root/root usr/sbin/dmsetup
|
||||||
-r-xr-xr-x root/root usr/sbin/dmsetup.static
|
|
||||||
|
@ -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
|
# Description: Device Mapper for LVM
|
||||||
# URL: http://sources.redhat.com/dm/
|
# URL: http://sources.redhat.com/dm/
|
||||||
# Maintainer: Simon Gloßner, viper at hometux dot de
|
# Maintainer: Simon Gloßner, viper at hometux dot de
|
||||||
|
# Packager: Mark Rosenstand, mark at borkware dot net
|
||||||
|
|
||||||
name=libdevmapper
|
name=libdevmapper
|
||||||
version=1.01.05
|
version=1.02.15
|
||||||
release=1
|
release=1
|
||||||
source=(ftp://sources.redhat.com/pub/dm/device-mapper.${version}.tgz)
|
source=(ftp://sources.redhat.com/pub/dm/device-mapper.${version}.tgz)
|
||||||
|
|
||||||
@ -12,9 +13,12 @@ build() {
|
|||||||
|
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
|
--enable-pkgconfig \
|
||||||
--disable-nls \
|
--disable-nls \
|
||||||
--disable-debug \
|
--with-optimisation="$CFLAGS"
|
||||||
--enable-static_link
|
|
||||||
make
|
make
|
||||||
make DESTDIR=$PKG install
|
make DESTDIR=$PKG install
|
||||||
|
|
||||||
|
find $PKG -type f -exec chmod u+w {} \;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user