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'
|
||||
pkgname=kpartx
|
||||
version=0.5.0
|
||||
revision=3
|
||||
wrksrc=multipath-tools-${version}
|
||||
build_wrksrc=$pkgname
|
||||
version=0.7.9
|
||||
revision=1
|
||||
wrksrc="multipath-tools-${version}"
|
||||
build_wrksrc=kpartx
|
||||
build_style=gnu-makefile
|
||||
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"
|
||||
short_desc="Create device maps from partition tables"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
license="GPL-2"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="http://christophe.varoqui.free.fr/"
|
||||
distfiles="http://christophe.varoqui.free.fr/multipath-tools/multipath-tools-${version}.tar.bz2"
|
||||
checksum=f13cf1eb84e94e83b2019e68f7965526903c13e94246db43965d181668a0a6f9
|
||||
distfiles="https://git.opensvc.com/?p=multipath-tools/.git;a=snapshot;h=refs/tags/${version}>kpartx-${version}.tar.gz"
|
||||
checksum=5537996bc053d059f28343ce00b5d722a0ff42aac28110a5429a67259fb50c12
|
||||
LDFLAGS="-ldevmapper"
|
||||
CFLAGS="-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DLIBDM_API_COOKIE"
|
||||
|
||||
post_extract() {
|
||||
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…
Reference in a new issue