New package: plzip-1.5

This commit is contained in:
bra1nwave 2016-12-23 20:19:28 +01:00 committed by Christian Neukirchen
parent 9585f81dcb
commit f51d421155
1 changed files with 16 additions and 0 deletions

16
srcpkgs/plzip/template Normal file
View File

@ -0,0 +1,16 @@
# Template file for 'plzip'
pkgname=plzip
version=1.5
revision=1
build_style=gnu-configure
makedepends="lzlib-devel"
short_desc="Multi-threaded compressor using the lzip file format"
maintainer="bra1nwave <brainwave@openmailbox.org>"
license="GPL-2"
homepage="http://www.nongnu.org/lzip/plzip"
distfiles="${NONGNU_SITE}/lzip/plzip/${pkgname}-${version}.tar.gz"
checksum=cd401683c2c57ecf170c99a873e41e9e5fee0e9680341646e31032e31489cc8a
do_configure() {
./configure --prefix=/usr CXX="$CXX" CXXFLAGS="$CXXFLAGS" LDFLAGS="$LDFLAGS"
}