diff --git a/system/base/bzip2/actions.py b/system/base/bzip2/actions.py index 30d60cd3..904fb9af 100755 --- a/system/base/bzip2/actions.py +++ b/system/base/bzip2/actions.py @@ -10,8 +10,6 @@ from pisi.actionsapi import get libversion = get.srcVERSION() -NoStrip = ["/"] - def build(): autotools.make('CC=%s AR=%s RANLIB=%s CFLAGS="%s -D_FILE_OFFSET_BITS=64 -fPIC"' % (get.CC(), get.AR(), get.RANLIB(), get.CFLAGS())) autotools.make('CFLAGS="%s -D_FILE_OFFSET_BITS=64 -fPIC" -f Makefile-libbz2_so' % get.CFLAGS()) @@ -42,7 +40,6 @@ def install(): pisitools.dosym("libbz2.so.1", "/lib/libbz2.so") pisitools.dosym("libbz2.so.%s" % libversion, "/lib/libbz2.so.1") - pisitools.dohtml("manual.html") pisitools.dodoc("README", "CHANGES", "bzip2.txt") diff --git a/system/base/bzip2/pspec.xml b/system/base/bzip2/pspec.xml deleted file mode 100755 index 5c3654d5..00000000 --- a/system/base/bzip2/pspec.xml +++ /dev/null @@ -1,85 +0,0 @@ - - - - - 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.8.tar.gz - - bzip2-1.0.2-progress.patch - - bzip2-1.0.4-makefile-CFLAGS.patch - - bzip2-1.0.6-nselectors-upper-bound-check.patch - - - bzip2-1.0.8-saneso.patch - bzip2-1.0.8-manpath.patch - - - - - bzip2 - - /bin - /lib - /usr/lib - /usr/share/doc - /usr/share/man - /usr/include - - - - - - 2019-12-13 - 1.0.8 - Version bump - Idris Kalp - idriskalp@gmail.com - - - 2019-12-13 - 1.0.8 - Version bump - 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 - - -