1
0
forked from ports/opt

Initial import.

This commit is contained in:
Simon Gloner 2005-12-09 13:54:04 +00:00
parent 04cbdda776
commit fc5a4cc24c
3 changed files with 35 additions and 0 deletions

14
libdevmapper/.footprint Normal file
View 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
View File

@ -0,0 +1 @@
074cf116cc2c7194f2d100bc5f743833 device-mapper.1.01.05.tgz

20
libdevmapper/Pkgfile Normal file
View 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
}