void-packages/srcpkgs/ddrescue/template

17 lines
515 B
Plaintext
Raw Normal View History

2013-03-07 14:25:23 +01:00
# Template file for 'ddrescue'
pkgname=ddrescue
2014-06-12 15:52:00 +02:00
version=1.18.1
revision=1
2013-03-07 14:25:23 +01:00
build_style=gnu-configure
2013-07-17 08:06:40 +02:00
hostmakedepends="lzip"
2013-03-07 14:25:23 +01:00
short_desc="Data recovery tool"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-3"
homepage="http://www.gnu.org/software/ddrescue/ddrescue.html"
2013-07-17 08:06:40 +02:00
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.lz"
2014-06-12 15:52:00 +02:00
checksum=58614b4fd32706bd8cd3664349ca9fd0c0488b27a211d829d29e27e4978ba1a9
2013-07-17 08:06:40 +02:00
do_configure() {
./configure --prefix=/usr CXX="$CXX" CXXFLAGS="$CXXFLAGS" LDFLAGS="$LDFLAGS"
}