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
version=0.616
revision=1
distfiles="http://ck.kolivas.org/apps/lrzip/lrzip-${version}.tar.bz2"
checksum="982d5a8db4d8bbbced6e33fbbcd589c9b3fc4275110155d7bd71cbeff4a235ae"
build_style=gnu-configure
hostmakedepends="perl"
revision=2
distfiles="https://github.com/ckolivas/lrzip/archive/v${version}.tar.gz"
checksum="6ef50bfec15d7585e5b085067c9fe91a87246ccd14a3165acd08b147bba26a2e"
build_style="gnu-configure"
hostmakedepends="perl automake libtool"
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/"
license="GPL"
short_desc="Multi-threaded compression using the rzip/lzma, lzo, and zpaq algorithms"
create_srcdir="yes"
pre_configure() {
./autogen.sh
}
lrzip-devel_package() {
short_desc+=" - development files"
depends="liblrzip-${version}_${revision}"