16 lines
515 B
Text
16 lines
515 B
Text
# Template file for 'ddrescue'
|
|
pkgname=ddrescue
|
|
version=1.18.1
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="lzip"
|
|
short_desc="Data recovery tool"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="GPL-3"
|
|
homepage="http://www.gnu.org/software/ddrescue/ddrescue.html"
|
|
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.lz"
|
|
checksum=58614b4fd32706bd8cd3664349ca9fd0c0488b27a211d829d29e27e4978ba1a9
|
|
|
|
do_configure() {
|
|
./configure --prefix=/usr CXX="$CXX" CXXFLAGS="$CXXFLAGS" LDFLAGS="$LDFLAGS"
|
|
}
|