ddrescue: update to 1.25.
This commit is contained in:
parent
39845857ad
commit
67cadf5192
1 changed files with 8 additions and 4 deletions
|
@ -1,16 +1,20 @@
|
|||
# Template file for 'ddrescue'
|
||||
pkgname=ddrescue
|
||||
version=1.24
|
||||
revision=2
|
||||
version=1.25
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="lzip"
|
||||
short_desc="Data recovery tool"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-2.0-or-later AND BSD-2-Clause"
|
||||
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=4b5d3feede70e3657ca6b3c7844f23131851cbb6af0cecc9721500f7d7021087
|
||||
checksum=ce538ebd26a09f45da67d3ad3f7431932428231ceec7a2d255f716fa231a1063
|
||||
|
||||
do_configure() {
|
||||
./configure --prefix=/usr CXX="$CXX" CXXFLAGS="$CXXFLAGS" LDFLAGS="$LDFLAGS"
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue