lrzip: update to 0.620.

This commit is contained in:
Juan RP 2015-03-05 09:32:27 +01:00
parent 3c84ea38f7
commit 976a993c5c

View file

@ -1,35 +1,34 @@
# Template file for 'lrzip' # Template file for 'lrzip'
pkgname=lrzip pkgname=lrzip
version=0.616 version=0.620
revision=2 revision=1
distfiles="https://github.com/ckolivas/lrzip/archive/v${version}.tar.gz"
checksum="6ef50bfec15d7585e5b085067c9fe91a87246ccd14a3165acd08b147bba26a2e"
build_style="gnu-configure" build_style="gnu-configure"
hostmakedepends="perl automake libtool" hostmakedepends="perl automake libtool"
makedepends="zlib-devel bzip2-devel lzo-devel" makedepends="zlib-devel bzip2-devel lzo-devel"
maintainer="Steven R <dev@styez.com>" maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://lrzip.kolivas.org/" homepage="http://lrzip.kolivas.org/"
license="GPL" license="GPL-2"
short_desc="Multi-threaded compression using the rzip/lzma, lzo, and zpaq algorithms" short_desc="Multi-threaded compression using the rzip/lzma, lzo, and zpaq algorithms"
distfiles="https://github.com/ckolivas/lrzip/archive/v${version}.tar.gz"
checksum=b9468570ef4be417579b95c2e5a7d4f0d341f730c9fe9cba884b544f70cd259e
pre_configure() { pre_configure() {
./autogen.sh NOCONFIGURE=1 ./autogen.sh
} }
lrzip-devel_package() { lrzip-devel_package() {
short_desc+=" - development files" short_desc+=" - development files"
depends="liblrzip-${version}_${revision}" depends="liblrzip-${version}_${revision}"
pkg_install() { pkg_install() {
vmove usr/include vmove usr/include
vmove usr/lib/pkgconfig vmove usr/lib/pkgconfig
vmove "usr/lib/*.a" vmove "usr/lib/*.a"
vmove "usr/lib/*.so" vmove "usr/lib/*.so"
} }
} }
liblrzip_package() { liblrzip_package() {
short_desc+=" - runtime library" short_desc+=" - runtime library"
pkg_install() { pkg_install() {
vmove "usr/lib/*.so.*" vmove "usr/lib/*.so.*"
} }
} }