1
0
forked from ports/contrib

ddrescue: 1.19 -> 1.21

This commit is contained in:
Danny Rawlins 2017-01-28 18:15:03 +11:00
parent 6edc2e90e3
commit 7af6231bbf
3 changed files with 11 additions and 13 deletions

View File

@ -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

View File

@ -1 +1 @@
ed6b5b82d74cbd925db2b829350e74b1 ddrescue-1.19.tar.lz
7801daa8db1fde557540d2cbfaeef416 ddrescue-1.21.tar.lz

View File

@ -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