16 lines
540 B
Bash
16 lines
540 B
Bash
# Template file for 'ddrescue'
|
|
pkgname=ddrescue
|
|
version=1.24
|
|
revision=2
|
|
build_style=gnu-configure
|
|
hostmakedepends="lzip"
|
|
short_desc="Data recovery tool"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-2.0-or-later AND BSD-2-Clause"
|
|
homepage="http://www.gnu.org/software/ddrescue/ddrescue.html"
|
|
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.lz"
|
|
checksum=4b5d3feede70e3657ca6b3c7844f23131851cbb6af0cecc9721500f7d7021087
|
|
|
|
do_configure() {
|
|
./configure --prefix=/usr CXX="$CXX" CXXFLAGS="$CXXFLAGS" LDFLAGS="$LDFLAGS"
|
|
}
|