pixz: rebuild for metadata
This commit is contained in:
parent
be4632f427
commit
7c33eaef9c
1 changed files with 6 additions and 2 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'pixz'
|
# Template file for 'pixz'
|
||||||
pkgname=pixz
|
pkgname=pixz
|
||||||
version=1.0.6
|
version=1.0.6
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="ac_cv_file_src_pixz_1=no"
|
configure_args="ac_cv_file_src_pixz_1=no"
|
||||||
hostmakedepends="automake libtool pkg-config asciidoc"
|
hostmakedepends="automake libtool pkg-config asciidoc"
|
||||||
makedepends="liblzma-devel libarchive-devel"
|
makedepends="liblzma-devel libarchive-devel"
|
||||||
short_desc="A parallel, indexing version of XZ"
|
short_desc="A parallel, indexing version of XZ"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="2-clause-BSD"
|
license="BSD-2-Clause"
|
||||||
homepage="https://github.com/vasi/pixz"
|
homepage="https://github.com/vasi/pixz"
|
||||||
distfiles="https://github.com/vasi/pixz/archive/v$version.tar.gz"
|
distfiles="https://github.com/vasi/pixz/archive/v$version.tar.gz"
|
||||||
checksum=ebde85148e927ed96abaeb9ab2166435c78d31e7c6b2847e8c8d6249b17f1b60
|
checksum=ebde85148e927ed96abaeb9ab2166435c78d31e7c6b2847e8c8d6249b17f1b60
|
||||||
|
@ -16,3 +16,7 @@ checksum=ebde85148e927ed96abaeb9ab2166435c78d31e7c6b2847e8c8d6249b17f1b60
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
NOCONFIGURE=1 ./autogen.sh
|
NOCONFIGURE=1 ./autogen.sh
|
||||||
}
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue