18 lines
617 B
Bash
18 lines
617 B
Bash
# Template file for 'dm-zoned-tools'
|
|
pkgname=dm-zoned-tools
|
|
version=2.0.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=78c91309449c47cb884874ec0400036a9af5af615a48879a80b9470b25b2fa8c
|
|
|
|
pre_configure() {
|
|
NOCONFIGURE=1 ./autogen.sh
|
|
}
|