1
0
forked from ports/contrib

thin-provisioning-tools: 0.1.4 -> 0.6.3

This commit is contained in:
Danny Rawlins 2016-10-22 14:30:08 +11:00
parent b610672eaf
commit ed00dae17e
3 changed files with 43 additions and 15 deletions

View File

@ -1,10 +1,40 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/thin_check.8.gz
-rw-r--r-- root/root usr/man/man8/thin_dump.8.gz
-rw-r--r-- root/root usr/man/man8/thin_restore.8.gz
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/thin_check
-rwxr-xr-x root/root usr/sbin/thin_dump
-rwxr-xr-x root/root usr/sbin/thin_restore
lrwxrwxrwx root/root usr/sbin/cache_check -> pdata_tools
lrwxrwxrwx root/root usr/sbin/cache_dump -> pdata_tools
lrwxrwxrwx root/root usr/sbin/cache_metadata_size -> pdata_tools
lrwxrwxrwx root/root usr/sbin/cache_repair -> pdata_tools
lrwxrwxrwx root/root usr/sbin/cache_restore -> pdata_tools
lrwxrwxrwx root/root usr/sbin/era_check -> pdata_tools
lrwxrwxrwx root/root usr/sbin/era_dump -> pdata_tools
lrwxrwxrwx root/root usr/sbin/era_invalidate -> pdata_tools
lrwxrwxrwx root/root usr/sbin/era_restore -> pdata_tools
-rwxr-xr-x root/root usr/sbin/pdata_tools
lrwxrwxrwx root/root usr/sbin/thin_check -> pdata_tools
lrwxrwxrwx root/root usr/sbin/thin_delta -> pdata_tools
lrwxrwxrwx root/root usr/sbin/thin_dump -> pdata_tools
lrwxrwxrwx root/root usr/sbin/thin_ls -> pdata_tools
lrwxrwxrwx root/root usr/sbin/thin_metadata_size -> pdata_tools
lrwxrwxrwx root/root usr/sbin/thin_repair -> pdata_tools
lrwxrwxrwx root/root usr/sbin/thin_restore -> pdata_tools
lrwxrwxrwx root/root usr/sbin/thin_rmap -> pdata_tools
lrwxrwxrwx root/root usr/sbin/thin_trim -> pdata_tools
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man8/
-rw-r--r-- root/root usr/share/man/man8/cache_check.8.gz
-rw-r--r-- root/root usr/share/man/man8/cache_dump.8.gz
-rw-r--r-- root/root usr/share/man/man8/cache_repair.8.gz
-rw-r--r-- root/root usr/share/man/man8/cache_restore.8.gz
-rw-r--r-- root/root usr/share/man/man8/era_check.8.gz
-rw-r--r-- root/root usr/share/man/man8/era_dump.8.gz
-rw-r--r-- root/root usr/share/man/man8/era_invalidate.8.gz
-rw-r--r-- root/root usr/share/man/man8/thin_check.8.gz
-rw-r--r-- root/root usr/share/man/man8/thin_delta.8.gz
-rw-r--r-- root/root usr/share/man/man8/thin_dump.8.gz
-rw-r--r-- root/root usr/share/man/man8/thin_ls.8.gz
-rw-r--r-- root/root usr/share/man/man8/thin_metadata_size.8.gz
-rw-r--r-- root/root usr/share/man/man8/thin_repair.8.gz
-rw-r--r-- root/root usr/share/man/man8/thin_restore.8.gz
-rw-r--r-- root/root usr/share/man/man8/thin_rmap.8.gz
-rw-r--r-- root/root usr/share/man/man8/thin_trim.8.gz

View File

@ -1 +1 @@
367e94cd638506f6ce231fcd60b75edf v0.1.4.tar.gz
28b352363ea7eb6698ad2efcd7d8c2ae v0.6.3.tar.gz

View File

@ -2,10 +2,10 @@
# 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
# Depends on: boost expat libaio
name=thin-provisioning-tools
version=0.1.4
version=0.6.3
release=1
source=(https://github.com/jthornber/$name/archive/v$version.tar.gz)
@ -14,10 +14,8 @@ build() {
autoconf
./configure \
--prefix=/usr \
--mandir=/usr/man
./configure --prefix=/usr
make
make DESTDIR=$PKG MANDIR="/usr/man" install
make DESTDIR=$PKG install
}