mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 09:22:57 +02:00
kpartx: update to 0.7.9.
This commit is contained in:
parent
ab43b05ff0
commit
db5915b4f7
2 changed files with 12 additions and 11 deletions
|
@ -1,20 +1,20 @@
|
||||||
# Template file for 'kpartx'
|
# Template file for 'kpartx'
|
||||||
pkgname=kpartx
|
pkgname=kpartx
|
||||||
version=0.5.0
|
version=0.7.9
|
||||||
revision=3
|
revision=1
|
||||||
wrksrc=multipath-tools-${version}
|
wrksrc="multipath-tools-${version}"
|
||||||
build_wrksrc=$pkgname
|
build_wrksrc=kpartx
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_install_args="libudevdir=/usr/lib/udev bindir=/usr/bin"
|
make_install_args="libudevdir=/usr/lib/udev bindir=/usr/bin"
|
||||||
CFLAGS="-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DLIBDM_API_COOKIE"
|
|
||||||
LDFLAGS="-ldevmapper"
|
|
||||||
makedepends="device-mapper-devel"
|
makedepends="device-mapper-devel"
|
||||||
short_desc="Create device maps from partition tables"
|
short_desc="Create device maps from partition tables"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://christophe.varoqui.free.fr/"
|
homepage="http://christophe.varoqui.free.fr/"
|
||||||
distfiles="http://christophe.varoqui.free.fr/multipath-tools/multipath-tools-${version}.tar.bz2"
|
distfiles="https://git.opensvc.com/?p=multipath-tools/.git;a=snapshot;h=refs/tags/${version}>kpartx-${version}.tar.gz"
|
||||||
checksum=f13cf1eb84e94e83b2019e68f7965526903c13e94246db43965d181668a0a6f9
|
checksum=5537996bc053d059f28343ce00b5d722a0ff42aac28110a5429a67259fb50c12
|
||||||
|
LDFLAGS="-ldevmapper"
|
||||||
|
CFLAGS="-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DLIBDM_API_COOKIE"
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed -i 's/daddr_t/uint32_t/g' kpartx/solaris.c
|
sed -i 's/daddr_t/uint32_t/g' kpartx/solaris.c
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
pattern='multipath-tools-\K[\d.]+\d+'
|
site='https://git.opensvc.com/?p=multipath-tools/.git;a=tags'
|
||||||
|
pattern='refs/tags/\K[0-9.]+'
|
||||||
|
|
Loading…
Add table
Reference in a new issue