17 lines
544 B
Bash
17 lines
544 B
Bash
# Template file for 'plzip'
|
|
pkgname=plzip
|
|
version=1.8
|
|
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.0-or-later"
|
|
homepage="http://www.nongnu.org/lzip/plzip"
|
|
distfiles="${NONGNU_SITE}/lzip/plzip/${pkgname}-${version}.tar.gz"
|
|
checksum=edafae3c15142ac0ebd84c2231ff81da4f68db58359a737e750f2780686c3612
|
|
|
|
do_configure() {
|
|
./configure --prefix=/usr CXX="$CXX" CXXFLAGS="$CXXFLAGS" LDFLAGS="$LDFLAGS"
|
|
}
|