lrzip: misc tweak; rev bump; use github tarball.

This commit is contained in:
wertyi48 2014-02-22 18:46:04 -04:00
parent 9279556770
commit a204d21aa0
1 changed files with 13 additions and 7 deletions

View File

@ -1,17 +1,23 @@
# Template file for 'mtr' # Template file for 'lrzip'
pkgname=lrzip pkgname=lrzip
version=0.616 version=0.616
revision=1 revision=2
distfiles="http://ck.kolivas.org/apps/lrzip/lrzip-${version}.tar.bz2" distfiles="https://github.com/ckolivas/lrzip/archive/v${version}.tar.gz"
checksum="982d5a8db4d8bbbced6e33fbbcd589c9b3fc4275110155d7bd71cbeff4a235ae" checksum="6ef50bfec15d7585e5b085067c9fe91a87246ccd14a3165acd08b147bba26a2e"
build_style=gnu-configure build_style="gnu-configure"
hostmakedepends="perl" hostmakedepends="perl automake libtool"
makedepends="zlib-devel bzip2-devel lzo-devel" makedepends="zlib-devel bzip2-devel lzo-devel"
maintainer="Steven R <strob AT styez DOT com>" maintainer="Steven R <dev@styez.com>"
homepage="http://lrzip.kolivas.org/" homepage="http://lrzip.kolivas.org/"
license="GPL" license="GPL"
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"
create_srcdir="yes"
pre_configure() {
./autogen.sh
}
lrzip-devel_package() { lrzip-devel_package() {
short_desc+=" - development files" short_desc+=" - development files"
depends="liblrzip-${version}_${revision}" depends="liblrzip-${version}_${revision}"