2010-10-26 01:08:32 +00:00
|
|
|
# Template file for 'liblzma'.
|
|
|
|
#
|
2011-11-12 01:54:14 +00:00
|
|
|
revision=1
|
2010-10-26 01:08:32 +00:00
|
|
|
short_desc="XZ-format compression library"
|
|
|
|
long_desc="
|
|
|
|
XZ is the successor to the Lempel-Ziv/Markov-chain Algorithm compression
|
|
|
|
format, which provides memory-hungry but powerful compression (often better
|
|
|
|
than bzip2) and fast, easy decompression.
|
|
|
|
|
|
|
|
The native format of liblzma is XZ; it also supports raw (headerless) streams
|
|
|
|
and the older LZMA format used by lzma."
|
|
|
|
|
|
|
|
replaces="xz<5.0.0"
|
|
|
|
|
|
|
|
|
|
|
|
do_install()
|
|
|
|
{
|
|
|
|
install -d ${DESTDIR}/usr/lib
|
|
|
|
mv ${SRCPKGDESTDIR}/usr/lib/liblzma.so* ${DESTDIR}/usr/lib
|
|
|
|
}
|