2013-03-07 14:25:23 +01:00
|
|
|
# Template file for 'ddrescue'
|
|
|
|
pkgname=ddrescue
|
2016-03-18 18:26:12 +01:00
|
|
|
version=1.21
|
2015-09-12 08:33:53 +02:00
|
|
|
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"
|
2015-04-10 09:16:30 +02:00
|
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
2013-03-07 14:25:23 +01:00
|
|
|
license="GPL-3"
|
|
|
|
homepage="http://www.gnu.org/software/ddrescue/ddrescue.html"
|
2015-05-22 11:47:56 +02:00
|
|
|
distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.lz"
|
2016-03-18 18:26:12 +01:00
|
|
|
checksum=f09e4eb6a209cbd0fe8ee6db2d558238cdc969afa1d94150f263402ac882e1ac
|
2013-07-17 08:06:40 +02:00
|
|
|
|
|
|
|
do_configure() {
|
|
|
|
./configure --prefix=/usr CXX="$CXX" CXXFLAGS="$CXXFLAGS" LDFLAGS="$LDFLAGS"
|
|
|
|
}
|