mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
New package: plzip-1.5
This commit is contained in:
parent
9585f81dcb
commit
f51d421155
1 changed files with 16 additions and 0 deletions
16
srcpkgs/plzip/template
Normal file
16
srcpkgs/plzip/template
Normal 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"
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue