24 lines
634 B
Bash
24 lines
634 B
Bash
# Template file for 'pixz'
|
|
pkgname=pixz
|
|
version=1.0.7
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="ac_cv_file_src_pixz_1=no"
|
|
hostmakedepends="automake libtool pkg-config asciidoc"
|
|
makedepends="liblzma-devel libarchive-devel"
|
|
checkdepends="xz"
|
|
short_desc="A parallel, indexing version of XZ"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="BSD-2-Clause"
|
|
homepage="https://github.com/vasi/pixz"
|
|
distfiles="https://github.com/vasi/pixz/archive/v$version.tar.gz"
|
|
checksum=e29fba74ae399e5d27c21a6009002705ebcc20947b283ed0aa721df6a409680a
|
|
|
|
pre_configure() {
|
|
NOCONFIGURE=1 ./autogen.sh
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|