# Contributor: Leonardo Arena # Maintainer: Dan Theisen pkgname=ddrescue pkgver=1.24 pkgrel=0 pkgdesc="Data recovery tool for block devices with errors" url="https://www.gnu.org/s/ddrescue/ddrescue.html" license="GPL-3.0+" arch="all !aarch64" subpackages="$pkgname-doc" source="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.lz" build() { cd "$builddir" ./configure --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ --infodir=/usr/share/info make } check() { cd "$builddir" # XXX: Some tests fail on s390x, but only on builder, so ignore it for now. case "$CARCH" in s390x) make check || true;; *) make check;; esac } package() { cd "$builddir" make DESTDIR="$pkgdir" install } sha512sums="2c6a86c80bad122e0c44d6f8da49239e10362fbfbdb70acf39055ce02637daa05cce4f24adac732a1bb3a6fc97cf6985dd20827e99ab3bf6bad4db015a00fbaa ddrescue-1.24.tar.lz"