New package: dm-zoned-tools-1.0.1

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Jürgen Buchmüller 2018-12-30 15:01:20 +01:00
parent 74c9b74200
commit e869733cd0
No known key found for this signature in database
GPG key ID: 6764EC32352D0647

View file

@ -0,0 +1,16 @@
# Template file for 'dm-zoned-tools'
pkgname=dm-zoned-tools
version=1.0.1
revision=1
build_style=gnu-configure
hostmakedepends="automake libtool"
short_desc="dm-zoned device mapper userspace tool"
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
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=66d64d74966f85a29f73c1fe060049092a7211a7dabb3b9adba25206c0a4078b
pre_configure() {
NOCONFIGURE=1 ./autogen.sh
}