c2bfc6b7d5
+ To reduce bandwidth and download times, packages use bz2/lzma/xz where possible. + Also use ${GNU_SITE} and ${KERNEL_SITE} where appropriate. + Clean up xlint warnings. + inetutils: update to 1.9.3 and split into subpkgs
16 lines
505 B
Bash
16 lines
505 B
Bash
# Template file for 'ddrescue'
|
|
pkgname=ddrescue
|
|
version=1.19
|
|
revision=2
|
|
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=ed8d0c9d9aac80a9110e9cb0d0a91a7390d3bf9f816b67a62ca4eb140f4747b8
|
|
|
|
do_configure() {
|
|
./configure --prefix=/usr CXX="$CXX" CXXFLAGS="$CXXFLAGS" LDFLAGS="$LDFLAGS"
|
|
}
|