New package: chroot-xz-5.0.3.
This commit is contained in:
parent
f46fa15bce
commit
6d2b634f34
2
srcpkgs/chroot-xz/chroot-xz.rshlibs
Normal file
2
srcpkgs/chroot-xz/chroot-xz.rshlibs
Normal file
|
@ -0,0 +1,2 @@
|
|||
libpthread.so.0
|
||||
libc.so.6
|
33
srcpkgs/chroot-xz/template
Normal file
33
srcpkgs/chroot-xz/template
Normal file
|
@ -0,0 +1,33 @@
|
|||
# Template file for 'chroot-xz'
|
||||
pkgname=chroot-xz
|
||||
version=5.0.3
|
||||
wrksrc="xz-${version}"
|
||||
distfiles="http://tukaani.org/xz/xz-${version}.tar.bz2"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-nls --disable-shared"
|
||||
short_desc="XZ utilities -- for xbps-src use"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=5a11b9e17bfcda62319c5a8c4a2062dc81607a316d3f6adff89422d81ec1eae9
|
||||
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."
|
||||
|
||||
bootstrap=yes
|
||||
conflicts="xz>=0"
|
||||
|
||||
post_install() {
|
||||
rm -rf ${DESTDIR}/usr/lib ${DESTDIR}/usr/share ${DESTDIR}/usr/include
|
||||
}
|
Loading…
Reference in New Issue
Block a user