New package: thin-provisioning-tools-0.4.1

This commit is contained in:
Juan RP 2015-04-07 20:03:57 +02:00
parent b3f1abd41e
commit 1625033714
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# Template file for 'thin-provisioning-tools'
pkgname=thin-provisioning-tools
version=0.4.1
revision=1
build_style=gnu-configure
hostmakedepends="automake libtool pkg-config"
makedepends="boost-devel expat-devel libaio-devel"
short_desc="A suite of tools for manipulating the metadata of the dm-thin device-mapper target"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-3"
homepage="https://github.com/jthornber/${pkgname}"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=59c8a787df8d4828bf9ca1b6310584f2b7723068901e20aa609015ce85df1d46
pre_configure() {
autoreconf -fi
}
do_install() {
make DESTDIR=${DESTDIR} BINDIR=${DESTDIR}/usr/bin MANDIR=/usr/share/man install
}