void-packages/srcpkgs/xz/template
Juan RP cce5ca5f2b xz: update to 5.0.0, provide liblzma{,-devel} subpkgs. Bump abi_depends.
--HG--
rename : srcpkgs/xz/xz-devel.template => srcpkgs/xz/liblzma-devel.template
2010-10-26 03:08:32 +02:00

30 lines
1.2 KiB
Plaintext

# Template file for 'xz'
pkgname=xz
version=5.0.0
distfiles="http://tukaani.org/xz/xz-${version}.tar.bz2"
build_style=gnu_configure
short_desc="XZ utilities"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=47a89e65c4690364a0123871a221e663d23a9fbd1ca756a804b10dd4006056d8
long_desc="
LZMA is a general purporse compression algorithm designed by Igor
Pavlov as part of 7-Zip. It provides high compression ratio while
keeping the decompression speed fast.
XZ Utils are an attempt to make LZMA compression easy to use on
free (as in freedom) operating systems. This is achieved by providing
tools and libraries which are similar to use than the equivalents
of the most popular existing compression algorithms.
XZ Utils consist of a few relatively separate parts:
* xz command line tool has almost identical syntax than gzip
and bzip2. It makes LZMA easy for average users, but also
provides advanced options to finetune the compression settings.
* A few shell scripts make diffing and grepping LZMA compressed
files easy. The scripts were adapted from gzip and bzip2."
subpackages="liblzma liblzma-devel"
Add_dependency run glibc
Add_dependency run liblzma