mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 01:42:56 +02:00
lzip: update to 1.21.
This commit is contained in:
parent
97e07163ed
commit
af061d18b7
1 changed files with 5 additions and 5 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'lzip'
|
# Template file for 'lzip'
|
||||||
pkgname=lzip
|
pkgname=lzip
|
||||||
version=1.20
|
version=1.21
|
||||||
revision=2
|
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"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://www.nongnu.org/lzip/lzip.html"
|
homepage="https://www.nongnu.org/lzip/lzip.html"
|
||||||
distfiles="http://download.savannah.gnu.org/releases/lzip/lzip-${version}.tar.gz"
|
distfiles="${NONGNU_SITE}/lzip/lzip-${version}.tar.gz"
|
||||||
checksum=c93b81a5a7788ef5812423d311345ba5d3bd4f5ebf1f693911e3a13553c1290c
|
checksum=e48b5039d3164d670791f9c5dbaa832bf2df080cb1fbb4f33aa7b3300b670d8b
|
||||||
|
|
||||||
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