17 lines
530 B
Bash
17 lines
530 B
Bash
# Template file for 'plzip'
|
|
pkgname=plzip
|
|
version=1.11
|
|
revision=1
|
|
build_style=configure
|
|
makedepends="lzlib-devel"
|
|
short_desc="Multi-threaded compressor using the lzip file format"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="http://www.nongnu.org/lzip/plzip"
|
|
distfiles="${NONGNU_SITE}/lzip/plzip/plzip-${version}.tar.gz"
|
|
checksum=d8e3cbe45c9222383339130e1bcc6e5e884d776b63f188896e6df67bc1d5626b
|
|
|
|
do_configure() {
|
|
./configure --prefix=/usr CXX="$CXX" CXXFLAGS="$CXXFLAGS" LDFLAGS="$LDFLAGS"
|
|
}
|