21 lines
569 B
Bash
21 lines
569 B
Bash
# Template file for 'ddrescue'
|
|
pkgname=ddrescue
|
|
version=1.26
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="lzip"
|
|
short_desc="Data recovery tool"
|
|
maintainer="Piraty <piraty1@inbox.ru>"
|
|
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=e513cd3a90d9810dfdd91197d40aa40f6df01597bfb5ecfdfb205de1127c551f
|
|
|
|
do_configure() {
|
|
./configure --prefix=/usr CXX="$CXX" CXXFLAGS="$CXXFLAGS" LDFLAGS="$LDFLAGS"
|
|
}
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|