1 # Template file for 'lrzip'
5 build_style="gnu-configure"
6 hostmakedepends="perl automake libtool"
7 makedepends="zlib-devel bzip2-devel lzo-devel"
8 maintainer="Juan RP <xtraeme@voidlinux.eu>"
9 homepage="http://lrzip.kolivas.org/"
11 short_desc="Multi-threaded compression using the rzip/lzma, lzo, and zpaq algorithms"
12 distfiles="https://github.com/ckolivas/lrzip/archive/v${version}.tar.gz"
13 checksum=10315c20d5a47590e7220c210735ba169677824d5672509266682eccec84d952
16 NOCONFIGURE=1 ./autogen.sh
19 lrzip-devel_package() {
20 short_desc+=" - development files"
21 depends="liblrzip-${version}_${revision}"
24 vmove usr/lib/pkgconfig
30 short_desc+=" - runtime library"
32 vmove "usr/lib/*.so.*"