void-packages/srcpkgs/ddrescue/template

17 lines
513 B
Text
Raw Normal View History

2013-03-07 13:25:23 +00:00
# Template file for 'ddrescue'
pkgname=ddrescue
2014-10-07 03:49:02 +00:00
version=1.19
2014-06-12 13:52:00 +00:00
revision=1
2013-03-07 13:25:23 +00:00
build_style=gnu-configure
2013-07-17 06:06:40 +00:00
hostmakedepends="lzip"
2013-03-07 13:25:23 +00: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 06:06:40 +00:00
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.lz"
2014-10-07 03:49:02 +00:00
checksum=ed8d0c9d9aac80a9110e9cb0d0a91a7390d3bf9f816b67a62ca4eb140f4747b8
2013-07-17 06:06:40 +00:00
do_configure() {
./configure --prefix=/usr CXX="$CXX" CXXFLAGS="$CXXFLAGS" LDFLAGS="$LDFLAGS"
}