void-packages/srcpkgs/thin-provisioning-tools/template
Christian Neukirchen b43edd5ab3 thin-provisioning-tools: tag moved, small tweaks.
Diff verified.
2016-05-23 16:27:36 +02:00

21 lines
679 B
Bash

# Template file for 'thin-provisioning-tools'
pkgname=thin-provisioning-tools
version=0.6.1
revision=2
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/${pkgname}"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=4e7bf95e05176660250b63a5b26245d199a8510e1fede7287612c95aa54cc3f0
pre_configure() {
autoreconf -fi
}
do_install() {
make DESTDIR=${DESTDIR} BINDIR=${DESTDIR}/usr/bin MANDIR=/usr/share/man install
}