Initial import.
This commit is contained in:
parent
04cbdda776
commit
fc5a4cc24c
14
libdevmapper/.footprint
Normal file
14
libdevmapper/.footprint
Normal file
@ -0,0 +1,14 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/include/
|
||||
-r--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
|
||||
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
|
||||
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
|
1
libdevmapper/.md5sum
Normal file
1
libdevmapper/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
074cf116cc2c7194f2d100bc5f743833 device-mapper.1.01.05.tgz
|
20
libdevmapper/Pkgfile
Normal file
20
libdevmapper/Pkgfile
Normal file
@ -0,0 +1,20 @@
|
||||
# Description: Device Mapper for LVM
|
||||
# URL: http://sources.redhat.com/dm/
|
||||
# Maintainer: Simon Gloßner, viper at hometux dot de
|
||||
|
||||
name=libdevmapper
|
||||
version=1.01.05
|
||||
release=1
|
||||
source=(ftp://sources.redhat.com/pub/dm/device-mapper.${version}.tgz)
|
||||
|
||||
build() {
|
||||
cd device-mapper.$version
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--disable-nls \
|
||||
--disable-debug \
|
||||
--enable-static_link
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user