void-packages/srcpkgs/lrzip/template

20 lines
521 B
Text
Raw Normal View History

2013-07-28 00:15:15 +00:00
# Template file for 'mtr'
pkgname=lrzip
version=0.614
revision=2
2013-07-28 00:15:15 +00:00
distfiles="http://ck.kolivas.org/apps/lrzip/lrzip-${version}.tar.bz2"
checksum="a8a99300a5250510e2e087ceb6e40a98cfedd19160fda376eca83ff3c5af269a"
build_style=gnu-configure
hostmakedepends="perl"
makedepends="lzo-devel"
maintainer="Steven R <strob AT styez DOT com>"
homepage="http://lrzip.kolivas.org/"
license="GPL"
short_desc="Multi-threaded compression using the rzip/lzma, lzo, and zpaq algorithms"
lrzip_package() {
pkg_install() {
vmove all
}
}