lvm2: update to 2.02.54.

--HG--
extra : convert_revision : 5a58f17e85aa0dab96ec1066d4f053665f0274df
This commit is contained in:
Juan RP 2009-11-08 00:16:32 +00:00
parent 0a4b7b7bd0
commit cfa2246432
2 changed files with 3 additions and 6 deletions

View File

@ -4,7 +4,6 @@ long_desc="
This package contains the supporting userspace utility, dmsetup, This package contains the supporting userspace utility, dmsetup,
for the kernel device-mapper and its required library, libdevmapper." for the kernel device-mapper and its required library, libdevmapper."
revision=1
Add_dependency run glibc Add_dependency run glibc
Add_dependency run readline Add_dependency run readline

View File

@ -1,19 +1,18 @@
# Template file for 'lvm2' # Template file for 'lvm2'
pkgname=lvm2 pkgname=lvm2
version=2.02.53 version=2.02.54
revision=3
wrksrc=LVM2.${version} wrksrc=LVM2.${version}
distfiles="ftp://sources.redhat.com/pub/lvm2/LVM2.${version}.tgz" distfiles="ftp://sources.redhat.com/pub/lvm2/LVM2.${version}.tgz"
build_style=gnu_configure build_style=gnu_configure
configure_args="--disable-selinux --enable-readline --enable-pkgconfig configure_args="--disable-selinux --enable-readline --enable-pkgconfig
--enable-pkgconfig --enable-fsadm --enable-static_link --with-staticdir=/sbin" --enable-fsadm --enable-static_link --with-staticdir=/sbin"
make_install_target="DESTDIR=$XBPS_DESTDIR/$pkgname-$version make_install_target="DESTDIR=$XBPS_DESTDIR/$pkgname-$version
sbindir=$XBPS_DESTDIR/$pkgname-$version/sbin sbindir=$XBPS_DESTDIR/$pkgname-$version/sbin
libdir=$XBPS_DESTDIR/$pkgname-$version/lib libdir=$XBPS_DESTDIR/$pkgname-$version/lib
install_device-mapper install_lvm2" install_device-mapper install_lvm2"
short_desc="Logical Volume Manager 2 utilities" short_desc="Logical Volume Manager 2 utilities"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
checksum=f0f2122e46d7e46dd826b96752485e5ed08fa4b5b252c6f6db0b61a10da5e31e checksum=c5ff6df631349dc262df42345bf3358006c14c0afe910f0d582a533e529357c8
long_desc=" long_desc="
LVM2 includes all of the support for handling read/write operations on LVM2 includes all of the support for handling read/write operations on
physical volumes (hard disks, RAID-Systems, magneto optical, etc., physical volumes (hard disks, RAID-Systems, magneto optical, etc.,
@ -22,7 +21,6 @@ long_desc="
or more physical volumes and creating one or more logical volumes or more physical volumes and creating one or more logical volumes
(kind of logical partitions) in volume groups." (kind of logical partitions) in volume groups."
disable_parallel_build=yes
keep_empty_dirs=yes keep_empty_dirs=yes
subpackages="device-mapper" subpackages="device-mapper"
conf_files="/etc/lvm/lvm.conf" conf_files="/etc/lvm/lvm.conf"