libdevmapper: upgraded to 1.02.29

This commit is contained in:
Simon Gloßner 2009-01-04 22:23:13 +01:00
parent 674534178b
commit c349f3c567
2 changed files with 6 additions and 6 deletions

View File

@ -1 +1 @@
6074f2c2035c2a526422e691c7457277 device-mapper.1.02.27.tgz fc34655706a2aa116b92328b24fad619 LVM2.2.02.43.tgz

View File

@ -4,12 +4,12 @@
# Packager: Mark Rosenstand, mark at borkware dot net # Packager: Mark Rosenstand, mark at borkware dot net
name=libdevmapper name=libdevmapper
version=1.02.27 version=1.02.29
release=1 release=1
source=(ftp://sources.redhat.com/pub/dm/device-mapper.$version.tgz) source=(ftp://sources.redhat.com/pub/lvm2/LVM2.2.02.43.tgz)
build() { build() {
cd device-mapper.$version cd LVM2.2.02.43
./configure \ ./configure \
--prefix=/usr \ --prefix=/usr \
@ -19,8 +19,8 @@ build() {
--enable-pkgconfig \ --enable-pkgconfig \
--disable-nls \ --disable-nls \
--with-optimisation="$CFLAGS" --with-optimisation="$CFLAGS"
make make device-mapper
make DESTDIR=$PKG install make DESTDIR=$PKG install_device-mapper
find $PKG -type f -exec chmod u+w {} \; find $PKG -type f -exec chmod u+w {} \;
} }