bzip2 add symlink
This commit is contained in:
@@ -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")
|
||||
|
||||
Executable
+74
@@ -0,0 +1,74 @@
|
||||
<?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="3f89f861209ce81a6bab1fd1998c0ef311712002" type="targz">https://sourceware.org/pub/bzip2/bzip2-1.0.6.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-man-links.patch</Patch>
|
||||
<Patch>bzip2-1.0.6-saneso.patch</Patch>
|
||||
<Patch level="1">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="5">
|
||||
<Date>2019-10-01</Date>
|
||||
<Version>1.0.6</Version>
|
||||
<Comment>Rebuild</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