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