bzip2 revert
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -1,85 +0,0 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>bzip2</Name>
|
||||
<Homepage>http://www.bzip.org/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>BZIP2</License>
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>A high-quality data compressor</Summary>
|
||||
<Description>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.</Description>
|
||||
<Archive sha1sum="bf7badf7e248e0ecf465d33c2f5aeec774209227" type="targz">https://sourceware.org/pub/bzip2/bzip2-1.0.8.tar.gz</Archive>
|
||||
<Patches>
|
||||
<Patch level="1">bzip2-1.0.2-progress.patch</Patch>
|
||||
<!-- <Patch level="1">bzip2-1.0.4-bzip2recover.patch</Patch> -->
|
||||
<Patch level="1">bzip2-1.0.4-makefile-CFLAGS.patch</Patch>
|
||||
<!-- <Patch level="1">bzip2-1.0.4-man-links.patch</Patch> -->
|
||||
<Patch level="1">bzip2-1.0.6-nselectors-upper-bound-check.patch</Patch>
|
||||
<!-- <Patch>bzip2-1.0.6-saneso.patch</Patch> -->
|
||||
<!-- <Patch level="1">manpath.patch</Patch> -->
|
||||
<Patch level="1">bzip2-1.0.8-saneso.patch</Patch>
|
||||
<Patch level="1">bzip2-1.0.8-manpath.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>bzip2</Name>
|
||||
<Files>
|
||||
<Path fileType="executable">/bin</Path>
|
||||
<Path fileType="library">/lib</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2019-12-13</Date>
|
||||
<Version>1.0.8</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Idris Kalp</Name>
|
||||
<Email>idriskalp@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2019-12-13</Date>
|
||||
<Version>1.0.8</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Idris Kalp</Name>
|
||||
<Email>idriskalp@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2018-07-15</Date>
|
||||
<Version>1.0.6</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2017-01-07</Date>
|
||||
<Version>1.0.6</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2016-04-27</Date>
|
||||
<Version>1.0.6</Version>
|
||||
<Comment>Release Bump</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2016-02-28</Date>
|
||||
<Version>1.0.6</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user