21 lines
568 B
Bash
21 lines
568 B
Bash
# Template file for 'ddrescue'
|
|
pkgname=ddrescue
|
|
version=1.27
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="lzip"
|
|
short_desc="Data recovery tool"
|
|
maintainer="Piraty <mail@piraty.dev>"
|
|
license="GPL-2.0-or-later, BSD-2-Clause"
|
|
homepage="http://www.gnu.org/software/ddrescue/ddrescue.html"
|
|
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.lz"
|
|
checksum=38c80c98c5a44f15e53663e4510097fd68d6ec20758efdf3a925037c183232eb
|
|
|
|
do_configure() {
|
|
./configure --prefix=/usr CXX="$CXX" CXXFLAGS="$CXXFLAGS" LDFLAGS="$LDFLAGS"
|
|
}
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|