41 lines
1.5 KiB
Text
41 lines
1.5 KiB
Text
# Template file for 'lvm2'
|
|
pkgname=lvm2
|
|
version=2.02.90
|
|
wrksrc=LVM2.${version}
|
|
distfiles="ftp://sources.redhat.com/pub/lvm2/LVM2.${version}.tgz"
|
|
build_style=gnu-configure
|
|
configure_args="--disable-selinux --enable-readline --enable-pkgconfig
|
|
--enable-fsadm --enable-applib --sbindir=/usr/sbin --libdir=/usr/lib"
|
|
short_desc="Logical Volume Manager 2 utilities"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://sourceware.org/lvm2/"
|
|
license="GPL-2, LGPL-2.1"
|
|
checksum=296b67644f1ea8ddcfe0360e269cf934e2ede7a658a24151df95b3b1d0469ad5
|
|
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."
|
|
|
|
subpackages="liblvm2app liblvm2app-devel device-mapper device-mapper-devel"
|
|
conf_files="/etc/lvm/lvm.conf"
|
|
triggers="initramfs-tools"
|
|
|
|
Add_dependency run bash
|
|
Add_dependency build readline-devel
|
|
|
|
post_install() {
|
|
local initramfsdir=usr/share/initramfs-tools
|
|
|
|
vmkdir etc/lvm/archive
|
|
touch ${DESTDIR}/etc/lvm/archive/.owned
|
|
vmkdir etc/lvm/backup
|
|
touch ${DESTDIR}/etc/lvm/backup/.owned
|
|
|
|
vinstall ${FILESDIR}/lvm2.initramfs-hook 755 \
|
|
${initramfsdir}/hooks lvm2
|
|
vinstall ${FILESDIR}/lvm2.initramfs-local-top 755 \
|
|
${initramfsdir}/scripts/local-top lvm2
|
|
}
|