chroot-xz: update to 5.0.5.
This commit is contained in:
parent
8cc6c39f0a
commit
ac4767428b
1 changed files with 4 additions and 20 deletions
|
@ -1,32 +1,16 @@
|
||||||
# Template file for 'chroot-xz'
|
# Template file for 'chroot-xz'
|
||||||
pkgname=chroot-xz
|
pkgname=chroot-xz
|
||||||
version=5.0.4
|
version=5.0.5
|
||||||
wrksrc="xz-${version}"
|
|
||||||
revision=1
|
revision=1
|
||||||
distfiles="http://tukaani.org/xz/xz-${version}.tar.bz2"
|
wrksrc="xz-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-nls --disable-shared"
|
configure_args="--disable-nls --disable-shared"
|
||||||
short_desc="XZ utilities -- for xbps-src use"
|
short_desc="XZ utilities -- for xbps-src use"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=5cd9b060d3a1ad396b3be52c9b9311046a1c369e6062aea752658c435629ce92
|
|
||||||
homepage="http://tukaani.org/xz/"
|
homepage="http://tukaani.org/xz/"
|
||||||
license="custom blend of Public Domain, GPL-2 and GPL-2"
|
license="custom blend of Public Domain, GPL-2 and GPL-2"
|
||||||
long_desc="
|
distfiles="http://tukaani.org/xz/xz-${version}.tar.bz2"
|
||||||
LZMA is a general purporse compression algorithm designed by Igor
|
checksum=166c48d2842519bc4f96333bff9e265f8cdda44d38e40594ef3f9bbb52890490
|
||||||
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."
|
|
||||||
|
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue