30 lines
1.3 KiB
Text
30 lines
1.3 KiB
Text
# Template file for 'lvm2'
|
|
pkgname=lvm2
|
|
version=2.02.98
|
|
revision=1
|
|
wrksrc=LVM2.${version}
|
|
build_style=gnu-configure
|
|
configure_args="--disable-selinux --enable-readline --enable-pkgconfig
|
|
--enable-fsadm --enable-applib --sbindir=/usr/sbin --libdir=/usr/lib
|
|
--enable-dmeventd --enable-cmdlib --enable-udev_sync --enable-udev_rules
|
|
--with-udevdir=/usr/lib/udev/rules.d"
|
|
makedepends="pkg-config readline-devel libudev-devel>=183"
|
|
subpackages="liblvm2app liblvm2app-devel device-mapper device-mapper-devel"
|
|
conf_files="/etc/lvm/lvm.conf"
|
|
short_desc="Logical Volume Manager 2 utilities"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://sourceware.org/lvm2/"
|
|
license="GPL-2, LGPL-2.1"
|
|
distfiles="ftp://sources.redhat.com/pub/lvm2/LVM2.${version}.tgz"
|
|
checksum=71030a58fef7e00d82ca4144334548e46aad24551a3cfbe7c3059b1bd137d864
|
|
long_desc="
|
|
LVM2 includes all of the support for handling read/write operations on
|
|
physical volumes (hard disks, RAID-Systems, magneto optical, etc.,
|
|
multiple devices (MD), see mdadd(8) or even loop devices, see
|
|
losetup(8)), creating volume groups (kind of virtual disks) from one
|
|
or more physical volumes and creating one or more logical volumes
|
|
(kind of logical partitions) in volume groups."
|
|
|
|
make_dirs="
|
|
/etc/lvm/archive 0755 root root
|
|
/etc/lvm/backup 0755 root root"
|