mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
plzip: update to 1.11.
This commit is contained in:
parent
bfee79065d
commit
f9552f04e2
1 changed files with 4 additions and 4 deletions
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'plzip'
|
# Template file for 'plzip'
|
||||||
pkgname=plzip
|
pkgname=plzip
|
||||||
version=1.10
|
version=1.11
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=configure
|
||||||
makedepends="lzlib-devel"
|
makedepends="lzlib-devel"
|
||||||
short_desc="Multi-threaded compressor using the lzip file format"
|
short_desc="Multi-threaded compressor using the lzip file format"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://www.nongnu.org/lzip/plzip"
|
homepage="http://www.nongnu.org/lzip/plzip"
|
||||||
distfiles="${NONGNU_SITE}/lzip/plzip/${pkgname}-${version}.tar.gz"
|
distfiles="${NONGNU_SITE}/lzip/plzip/plzip-${version}.tar.gz"
|
||||||
checksum=43faa58265d8b89ad75bd4ed11d347ef10065a8070748bc1ed0e06f191458098
|
checksum=d8e3cbe45c9222383339130e1bcc6e5e884d776b63f188896e6df67bc1d5626b
|
||||||
|
|
||||||
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