thin-provisioning-tools: update to 0.7.6.

This commit is contained in:
maxice8 2018-04-24 03:18:16 -03:00 committed by Leah Neukirchen
parent a40e5e5237
commit 29b0db1055

View file

@ -1,20 +1,21 @@
# Template file for 'thin-provisioning-tools'
pkgname=thin-provisioning-tools
version=0.7.5
version=0.7.6
revision=1
build_style=gnu-configure
hostmakedepends="automake libtool pkg-config"
makedepends="boost-devel expat-devel libaio-devel"
short_desc="Tools for manipulating the metadata of dm-thin device-mapper targets"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-3"
license="GPL-3.0-or-later"
homepage="https://github.com/jthornber/thin-provisioning-tools"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=bcb8b8a8be6fdbce54bd22aca00b6c8dc869e3b0cb125e0ac9a582d002e87f65
checksum=491358c1406414ab3f06b260bd9da8a2f9109c4c426dda899d4d985860dfc01f
pre_configure() {
autoreconf -fi
}
do_install() {
make DESTDIR=${DESTDIR} BINDIR=${DESTDIR}/usr/bin MANDIR=/usr/share/man install
}