2015-04-07 20:03:57 +02:00
|
|
|
# Template file for 'thin-provisioning-tools'
|
|
|
|
pkgname=thin-provisioning-tools
|
2015-05-27 07:06:34 +02:00
|
|
|
version=0.4.2
|
2015-04-07 20:03:57 +02:00
|
|
|
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"
|
2015-04-10 09:16:30 +02:00
|
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
2015-04-07 20:03:57 +02:00
|
|
|
license="GPL-3"
|
|
|
|
homepage="https://github.com/jthornber/${pkgname}"
|
|
|
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
2015-05-27 07:06:34 +02:00
|
|
|
checksum=4e3f87c12ad959a094a41569c1bbb5934fab31938ae5162357ade472713b1ee1
|
2015-04-07 20:03:57 +02:00
|
|
|
|
|
|
|
pre_configure() {
|
|
|
|
autoreconf -fi
|
|
|
|
}
|
|
|
|
do_install() {
|
|
|
|
make DESTDIR=${DESTDIR} BINDIR=${DESTDIR}/usr/bin MANDIR=/usr/share/man install
|
|
|
|
}
|