lrzip: misc tweak; rev bump; use github tarball.
This commit is contained in:
parent
9279556770
commit
a204d21aa0
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue