mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
lzip: update to 1.20.
This commit is contained in:
parent
e212e105de
commit
b0f438dfe0
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'lzip'
|
# Template file for 'lzip'
|
||||||
pkgname=lzip
|
pkgname=lzip
|
||||||
version=1.19
|
version=1.20
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="Lossless data compressor based on the LZMA algorithm"
|
short_desc="Lossless data compressor based on the LZMA algorithm"
|
||||||
|
@ -8,7 +8,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://www.nongnu.org/lzip/lzip.html"
|
homepage="http://www.nongnu.org/lzip/lzip.html"
|
||||||
distfiles="http://download.savannah.gnu.org/releases/lzip/lzip-${version}.tar.gz"
|
distfiles="http://download.savannah.gnu.org/releases/lzip/lzip-${version}.tar.gz"
|
||||||
checksum=ffadc4f56be1bc0d3ae155ec4527bd003133bdc703a753b2cc683f610e646ba9
|
checksum=c93b81a5a7788ef5812423d311345ba5d3bd4f5ebf1f693911e3a13553c1290c
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
./configure --prefix=/usr CXX="$CXX" CXXFLAGS="$CXXFLAGS" LDFLAGS="$LDFLAGS"
|
./configure --prefix=/usr CXX="$CXX" CXXFLAGS="$CXXFLAGS" LDFLAGS="$LDFLAGS"
|
||||||
|
|
Loading…
Add table
Reference in a new issue