18 lines
617 B
Bash
18 lines
617 B
Bash
# Template file for 'dm-zoned-tools'
|
|
pkgname=dm-zoned-tools
|
|
version=2.1.2
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="automake libtool"
|
|
makedepends="device-mapper-devel libblkid-devel libkmod-devel"
|
|
short_desc="Userspace tool for the dm-zoned device mapper"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/hgst/dm-zoned-tools/"
|
|
distfiles="https://github.com/hgst/${pkgname}/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
|
checksum=98d62d349c4341c0a47d90b2e298e3c9d67ae08cd0399c0671d5ffb2807170c3
|
|
|
|
pre_configure() {
|
|
NOCONFIGURE=1 ./autogen.sh
|
|
}
|