diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2017-01-28 18:15:03 +1100 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2017-01-28 18:15:25 +1100 |
commit | 7af6231bbfcbf2bbbe579d19370e3ed59664fd31 (patch) | |
tree | 1cee8fffd74a81363adc41edb9e4362859ee2ece /ddrescue | |
parent | 6edc2e90e30ea1ef11b3dfa10884ff04c4335b4c (diff) | |
download | contrib-7af6231bbfcbf2bbbe579d19370e3ed59664fd31.tar.gz contrib-7af6231bbfcbf2bbbe579d19370e3ed59664fd31.tar.xz |
ddrescue: 1.19 -> 1.21
Diffstat (limited to 'ddrescue')
-rw-r--r-- | ddrescue/.footprint | 9 | ||||
-rw-r--r-- | ddrescue/.md5sum | 2 | ||||
-rw-r--r-- | ddrescue/Pkgfile | 13 |
3 files changed, 11 insertions, 13 deletions
diff --git a/ddrescue/.footprint b/ddrescue/.footprint index 9818ca1ee..dacf371f3 100644 --- a/ddrescue/.footprint +++ b/ddrescue/.footprint @@ -2,7 +2,8 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/ddrescue -rwxr-xr-x root/root usr/bin/ddrescuelog -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/ddrescue.1.gz --rw-r--r-- root/root usr/man/man1/ddrescuelog.1.gz +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/ddrescue.1.gz +-rw-r--r-- root/root usr/share/man/man1/ddrescuelog.1.gz diff --git a/ddrescue/.md5sum b/ddrescue/.md5sum index dcc210f2b..fb0e47560 100644 --- a/ddrescue/.md5sum +++ b/ddrescue/.md5sum @@ -1 +1 @@ -ed6b5b82d74cbd925db2b829350e74b1 ddrescue-1.19.tar.lz +7801daa8db1fde557540d2cbfaeef416 ddrescue-1.21.tar.lz diff --git a/ddrescue/Pkgfile b/ddrescue/Pkgfile index 0734e5663..762724573 100644 --- a/ddrescue/Pkgfile +++ b/ddrescue/Pkgfile @@ -1,23 +1,20 @@ # Description: ddrescue is a data recovery tool. It copies data from one file or block device (hard disc, cdrom, etc) to another, trying hard to rescue data in case of read errors. -# URL: http://www.gnu.org/software/ddrescue/ddrescue.html +# URL: https://www.gnu.org/software/ddrescue/ddrescue.html # Maintainer: Danny Rawlins, crux at romster dot me # Packager: Danny Rawlins, crux at romster dot me name=ddrescue -version=1.19 +version=1.21 release=1 -source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.lz) +source=(https://ftp.gnu.org/gnu/$name/$name-$version.tar.lz) build() { bsdtar -xf $name-$version.tar.lz cd $name-$version - ./configure \ - --prefix=/usr \ - --mandir=/usr/man + ./configure --prefix=/usr - [ "$CXX" ] || CXX=g++ - make CXXFLAGS="$CXXFLAGS" CXX="$CXX" $MAKEFLAGS + make CXXFLAGS="$CXXFLAGS" $MAKEFLAGS make DESTDIR=$PKG install rm -rf $PKG/usr/share/info |