void-packages/srcpkgs/thin-provisioning-tools/template
2017-06-13 23:30:32 +02:00

21 lines
692 B
Bash

# Template file for 'thin-provisioning-tools'
pkgname=thin-provisioning-tools
version=0.7.0
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"
homepage="https://github.com/jthornber/thin-provisioning-tools"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=68a815860fce3f09f64ef241fd4ba45713f4c7be384fe116ec1dbea467684b32
pre_configure() {
autoreconf -fi
}
do_install() {
make DESTDIR=${DESTDIR} BINDIR=${DESTDIR}/usr/bin MANDIR=/usr/share/man install
}