21 lines
694 B
Bash
21 lines
694 B
Bash
# Template file for 'thin-provisioning-tools'
|
|
pkgname=thin-provisioning-tools
|
|
version=0.5.6
|
|
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@voidlinux.eu>"
|
|
license="GPL-3"
|
|
homepage="https://github.com/jthornber/${pkgname}"
|
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
|
checksum=4348891a461af09a60f7082968feeba42ecf0f1c7c4fbe904766002274df3203
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|
|
do_install() {
|
|
make DESTDIR=${DESTDIR} BINDIR=${DESTDIR}/usr/bin MANDIR=/usr/share/man install
|
|
}
|