summaryrefslogtreecommitdiff
path: root/thin-provisioning-tools/Pkgfile
blob: eb318860965e9cd77577f7883596eec599aa9f6b (plain)
    1 # Description: A suite of tools for manipulating the metadata of the dm-thin device-mapper target.
    2 # URL: https://github.com/jthornber/thin-provisioning-tools
    3 # Maintainer: Danny Rawlins, crux at romster dot me
    4 # Depends on: boost expat libaio
    5 
    6 name=thin-provisioning-tools
    7 version=0.8.5
    8 release=1
    9 source=(https://github.com/jthornber/$name/archive/v$version/$name-v$version.tar.gz)
   10 
   11 build() {
   12 	cd $name-$version
   13 
   14 	autoconf
   15 
   16 	./configure --prefix=/usr
   17 
   18 	make
   19 	make DESTDIR=$PKG install
   20 }

Generated by cgit