18 lines
549 B
Bash
18 lines
549 B
Bash
# Template file for 'pixz'
|
|
pkgname=pixz
|
|
version=1.0.3
|
|
revision=1
|
|
build_pie=yes
|
|
build_style=gnu-configure
|
|
hostmakedepends="automake libtool pkg-config asciidoc"
|
|
makedepends="liblzma-devel libarchive-devel"
|
|
short_desc="A parallel, indexing version of XZ"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="2-clause-BSD"
|
|
homepage="https://github.com/vasi/pixz"
|
|
distfiles="https://github.com/vasi/pixz/archive/v$version.tar.gz"
|
|
checksum=49f44520b411315ec4b02891eb77ba6060bdfd77ab5112e9c3e21de581c3384d
|
|
|
|
pre_configure() {
|
|
NOCONFIGURE=1 ./autogen.sh
|
|
}
|