17 lines
539 B
Bash
17 lines
539 B
Bash
# Template file for 'plzip'
|
|
pkgname=plzip
|
|
version=1.10
|
|
revision=1
|
|
build_style=gnu-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/${pkgname}-${version}.tar.gz"
|
|
checksum=43faa58265d8b89ad75bd4ed11d347ef10065a8070748bc1ed0e06f191458098
|
|
|
|
do_configure() {
|
|
./configure --prefix=/usr CXX="$CXX" CXXFLAGS="$CXXFLAGS" LDFLAGS="$LDFLAGS"
|
|
}
|