parent
55bf1190e2
commit
0be48c6917
1 changed files with 20 additions and 0 deletions
20
srcpkgs/lziprecover/template
Normal file
20
srcpkgs/lziprecover/template
Normal 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}"
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue