From 89e068d7c9fcd319d2fafb04277d1a48dc854107 Mon Sep 17 00:00:00 2001 From: idriskalp Date: Fri, 27 Dec 2019 15:51:31 +0300 Subject: [PATCH] bzip2 add symlink --- system/base/bzip2/actions.py | 1 + system/base/bzip2/pspec.xml | 74 ++++++++++++++++++++++++++++++++++++ 2 files changed, 75 insertions(+) create mode 100755 system/base/bzip2/pspec.xml diff --git a/system/base/bzip2/actions.py b/system/base/bzip2/actions.py index 904fb9af..42ea32a2 100755 --- a/system/base/bzip2/actions.py +++ b/system/base/bzip2/actions.py @@ -39,6 +39,7 @@ def install(): pisitools.dolib("libbz2.so.%s" % libversion, "/lib") pisitools.dosym("libbz2.so.1", "/lib/libbz2.so") + pisitools.dosym("libbz2.so.1", "/lib/libbz2.so.1.0") pisitools.dosym("libbz2.so.%s" % libversion, "/lib/libbz2.so.1") pisitools.dohtml("manual.html") diff --git a/system/base/bzip2/pspec.xml b/system/base/bzip2/pspec.xml new file mode 100755 index 00000000..ffed2383 --- /dev/null +++ b/system/base/bzip2/pspec.xml @@ -0,0 +1,74 @@ + + + + + bzip2 + http://www.bzip.org/ + + PisiLinux Community + admins@pisilinux.org + + BZIP2 + app:console + A high-quality data compressor + bzip2 is high-quality data compressor. It typically compresses files to within 10% to 15% of the best available techniques (the PPM family of statistical compressors), whilst being around twice as fast at compression and six times faster at decompression. + https://sourceware.org/pub/bzip2/bzip2-1.0.6.tar.gz + + bzip2-1.0.2-progress.patch + bzip2-1.0.4-bzip2recover.patch + bzip2-1.0.4-man-links.patch + bzip2-1.0.6-saneso.patch + manpath.patch + + + + + bzip2 + + /bin + /lib + /usr/lib + /usr/share/doc + /usr/share/man + /usr/include + + + + + + 2019-10-01 + 1.0.6 + Rebuild + Idris Kalp + idriskalp@gmail.com + + + 2018-07-15 + 1.0.6 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-01-07 + 1.0.6 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2016-04-27 + 1.0.6 + Release Bump + PisiLinux Community + admin@pisilinux.org + + + 2016-02-28 + 1.0.6 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + +