21 lines
620 B
Bash
21 lines
620 B
Bash
# 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}"
|
|
}
|