21 lines
701 B
Bash
21 lines
701 B
Bash
# Template file for 'kpartx'
|
|
pkgname=kpartx
|
|
version=0.9.6
|
|
revision=1
|
|
build_wrksrc=kpartx
|
|
build_style=gnu-makefile
|
|
make_install_args="libudevdir=/usr/lib/udev bindir=/usr/bin"
|
|
makedepends="device-mapper-devel"
|
|
short_desc="Create device maps from partition tables"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="http://christophe.varoqui.free.fr/"
|
|
distfiles="https://github.com/opensvc/multipath-tools/archive/refs/tags/${version}.tar.gz"
|
|
checksum=401c6f6e8dc5d3feaaee76280716aee718579ac024ce4f2fae77c798dc7a0f9f
|
|
LDFLAGS="-ldevmapper"
|
|
CFLAGS="-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DLIBDM_API_COOKIE -I../libmultipath"
|
|
|
|
do_configure() {
|
|
make -C .. config.mk
|
|
}
|