lvm2: update to 2.02.178.
This commit is contained in:
parent
341f83b96e
commit
19aae4127d
1 changed files with 16 additions and 11 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'lvm2'
|
# Template file for 'lvm2'
|
||||||
pkgname=lvm2
|
pkgname=lvm2
|
||||||
version=2.02.177
|
version=2.02.178
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="LVM2.${version}"
|
wrksrc="LVM2.${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-selinux --enable-readline --enable-pkgconfig
|
configure_args="--disable-selinux --enable-readline --enable-pkgconfig
|
||||||
|
@ -11,18 +11,19 @@ configure_args="--disable-selinux --enable-readline --enable-pkgconfig
|
||||||
--with-default-dm-run-dir=/run --with-default-run-dir=/run/lvm
|
--with-default-dm-run-dir=/run --with-default-run-dir=/run/lvm
|
||||||
--with-default-locking-dir=/run/lock/lvm"
|
--with-default-locking-dir=/run/lock/lvm"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libblkid-devel libuuid-devel readline-devel eudev-libudev-devel"
|
makedepends="eudev-libudev-devel libaio-devel libblkid-devel readline-devel"
|
||||||
depends="thin-provisioning-tools"
|
depends="thin-provisioning-tools"
|
||||||
|
short_desc="Logical Volume Manager 2 utilities"
|
||||||
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
|
license="GPL-2.0-only, LGPL-2.1-only"
|
||||||
|
homepage="https://sourceware.org/lvm2/"
|
||||||
|
changelog="https://abi-laboratory.pro/?view=changelog&l=lvm2&v=${version}"
|
||||||
|
distfiles="https://mirrors.kernel.org/sourceware/lvm2/releases/LVM2.${version}.tgz"
|
||||||
|
checksum=88fff4526c10830fa8c1cb490999fafba71746203b81f7d0421a14d0213d33f9
|
||||||
|
conf_files="/etc/lvm/lvm.conf"
|
||||||
make_dirs="
|
make_dirs="
|
||||||
/etc/lvm/archive 0755 root root
|
/etc/lvm/archive 0755 root root
|
||||||
/etc/lvm/backup 0755 root root"
|
/etc/lvm/backup 0755 root root"
|
||||||
conf_files="/etc/lvm/lvm.conf"
|
|
||||||
short_desc="Logical Volume Manager 2 utilities"
|
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
||||||
homepage="http://sourceware.org/lvm2/"
|
|
||||||
license="GPL-2, LGPL-2.1"
|
|
||||||
distfiles="https://mirrors.kernel.org/sourceware/lvm2/releases/LVM2.${version}.tgz"
|
|
||||||
checksum=4025a23ec9b15c2cb7486d151c29dc953b75efc4d452cfe9dbbc7c0fac8e80f2
|
|
||||||
|
|
||||||
case $XBPS_TARGET_MACHINE in
|
case $XBPS_TARGET_MACHINE in
|
||||||
*-musl)
|
*-musl)
|
||||||
|
@ -69,6 +70,7 @@ device-mapper-devel_package() {
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
device-mapper_package() {
|
device-mapper_package() {
|
||||||
short_desc="Device Mapper userspace library and tools"
|
short_desc="Device Mapper userspace library and tools"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
@ -83,8 +85,10 @@ device-mapper_package() {
|
||||||
vsv dmeventd
|
vsv dmeventd
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
liblvm2app-devel_package() {
|
liblvm2app-devel_package() {
|
||||||
depends="device-mapper-devel>=${version}_${revision} libblkid-devel liblvm2app>=${version}_${revision}"
|
depends="device-mapper-devel-${version}_${revision} libblkid-devel
|
||||||
|
liblvm2app-${version}_${revision}"
|
||||||
short_desc="LVM2 application library - development files"
|
short_desc="LVM2 application library - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include/lvm2app.h
|
vmove usr/include/lvm2app.h
|
||||||
|
@ -92,6 +96,7 @@ liblvm2app-devel_package() {
|
||||||
vmove usr/lib/liblvm2app.so
|
vmove usr/lib/liblvm2app.so
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
liblvm2app_package() {
|
liblvm2app_package() {
|
||||||
short_desc="LVM2 application library"
|
short_desc="LVM2 application library"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue