2014-11-15 17:03:38 +11:00
|
|
|
# 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
|
2016-10-22 14:30:08 +11:00
|
|
|
# Depends on: boost expat libaio
|
2014-11-15 17:03:38 +11:00
|
|
|
|
|
|
|
name=thin-provisioning-tools
|
2019-05-28 22:16:25 +10:00
|
|
|
version=0.8.3
|
2014-11-15 17:03:38 +11:00
|
|
|
release=1
|
2019-05-28 22:16:25 +10:00
|
|
|
source=(https://github.com/jthornber/$name/archive/v$version.tar.gz)
|
2014-11-15 17:03:38 +11:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
|
|
|
|
|
|
|
autoconf
|
|
|
|
|
2016-10-22 14:30:08 +11:00
|
|
|
./configure --prefix=/usr
|
2014-11-15 17:03:38 +11:00
|
|
|
|
|
|
|
make
|
2016-10-22 14:30:08 +11:00
|
|
|
make DESTDIR=$PKG install
|
2014-11-15 17:03:38 +11:00
|
|
|
}
|