contrib/thin-provisioning-tools/Pkgfile
2014-11-15 17:03:38 +11:00

24 lines
553 B
Plaintext

# Description: A suite of tools for manipulating the metadata of the dm-thin device-mapper target.
# URL: https://github.com/jthornber/thin-provisioning-tools
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Danny Rawlins, crux at romster dot me
# Depends on: boost
name=thin-provisioning-tools
version=0.1.4
release=1
source=(https://github.com/jthornber/$name/archive/v$version.tar.gz)
build() {
cd $name-$version
autoconf
./configure \
--prefix=/usr \
--mandir=/usr/man
make
make DESTDIR=$PKG MANDIR="/usr/man" install
}