New package: lziprecover-1.23

Closes: #39999 [via git-merge-pr]
This commit is contained in:
Mat Boehlke 2022-10-16 18:04:48 -05:00 committed by Duncaen
parent 55bf1190e2
commit 0be48c6917
No known key found for this signature in database
GPG Key ID: 335C1D17EC3D6E35

View File

@ -0,0 +1,20 @@
# Template file for 'lziprecover'
pkgname=lziprecover
version=1.23
revision=1
build_style=configure
checkdepends="lzip"
short_desc="Data recovery tool and decompressor for files in the lzip format"
maintainer="Matt Boehlke <mtboehlke@gmail.com>"
license="GPL-2.0-or-later"
homepage="https://www.nongnu.org/lzip/lziprecover.html"
distfiles="${NONGNU_SITE}/lzip/lziprecover/lziprecover-${version}.tar.lz"
checksum=9a41c9823670541573b160945c23783b644e84eb940c2c803b6b8d11b2c3d208
do_configure() {
./configure --prefix=/usr \
CXX="${CXX}" \
CPPFLAGS="${CPPFLAGS}" \
CXXFLAGS="${CXXFLAGS}" \
LDFLAGS="${LDFLAGS}"
}