New package: pixz-1.0.2.
This commit is contained in:
parent
429d8c904d
commit
5ebcea3037
1 changed files with 30 additions and 0 deletions
30
srcpkgs/pixz/template
Normal file
30
srcpkgs/pixz/template
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
# Template file for 'pixz'
|
||||||
|
pkgname=pixz
|
||||||
|
version=1.0.2
|
||||||
|
revision=1
|
||||||
|
hostmakedepends="asciidoc"
|
||||||
|
makedepends="liblzma-devel libarchive-devel"
|
||||||
|
short_desc="A parallel, indexing version of XZ"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
license="BSD"
|
||||||
|
homepage="https://github.com/vasi/pixz"
|
||||||
|
|
||||||
|
do_fetch() {
|
||||||
|
git clone -b v${version} git://github.com/vasi/pixz pixz-${version}
|
||||||
|
}
|
||||||
|
|
||||||
|
do_build() {
|
||||||
|
make CC="$CC" CFLAGS="$CFLAGS" LDFLAGS="-lm $LDFLAGS" ${makejobs}
|
||||||
|
a2x -f manpage pixz.1.asciidoc
|
||||||
|
}
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vinstall pixz 755 usr/bin
|
||||||
|
vinstall pixz.1 644 usr/share/man/man1
|
||||||
|
}
|
||||||
|
|
||||||
|
pixz_package() {
|
||||||
|
pkg_install() {
|
||||||
|
vmove all
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue