mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-25 23:12:57 +02:00
libblockdev: update to 3.3.0
This commit is contained in:
parent
c33f84f8d3
commit
ae743ad181
1 changed files with 10 additions and 6 deletions
|
@ -1,22 +1,22 @@
|
|||
# Template file for 'libblockdev'
|
||||
pkgname=libblockdev
|
||||
version=3.1.1
|
||||
revision=3
|
||||
version=3.3.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
make_check_target="test"
|
||||
hostmakedepends="pkg-config python3-setuptools"
|
||||
hostmakedepends="pkg-config python3-setuptools autoconf autoconf-archive automake libtool"
|
||||
makedepends="cryptsetup-devel device-mapper-devel dmraid-devel libbytesize-devel
|
||||
libglib-devel libkmod-devel libparted-devel libfdisk-devel nss-devel
|
||||
volume_key-devel pcre2-devel e2fsprogs-devel libnvme-devel
|
||||
keyutils-devel"
|
||||
keyutils-devel libyaml-devel libatasmart-devel json-glib-devel"
|
||||
short_desc="Library for manipulating block devices"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="https://github.com/storaged-project/libblockdev"
|
||||
# changelog needs to be adjusted on major version changes
|
||||
changelog="https://raw.githubusercontent.com/storaged-project/libblockdev/master/NEWS.rst"
|
||||
distfiles="https://github.com/storaged-project/libblockdev/releases/download/${version}-1/libblockdev-${version}.tar.gz"
|
||||
checksum=a5cb33a53ff5969067982704f45399d02555fdb2313ed0c56eac9555397dc2db
|
||||
distfiles="https://github.com/storaged-project/libblockdev/archive/refs/tags/${version}.tar.gz"
|
||||
checksum=84e333b172538bf458fec3acbe35a9fbe3b12ba1e467f67ff2970f04b89e858c
|
||||
conf_files="/etc/libblockdev/3/conf.d/10-lvm-dbus.cfg
|
||||
/etc/libblockdev/3/conf.d/00-default.cfg"
|
||||
# Requires root.
|
||||
|
@ -32,6 +32,10 @@ case "$XBPS_TARGET_MACHINE" in
|
|||
makedepends+=" libndctl-devel" ;;
|
||||
esac
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
|
||||
libblockdev-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision} libglib-devel"
|
||||
short_desc+=" - development files"
|
||||
|
|
Loading…
Add table
Reference in a new issue