123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>zziplib</Name>
- <Homepage>https://github.com/gdraheim/zziplib</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>LGPLv2</License>
- <License>MPL-1.1</License>
- <License>ZLIB</License>
- <IsA>app:console</IsA>
- <IsA>library</IsA>
- <PartOf>util.archive</PartOf>
- <Summary>libZ-based ZIP-access Library.</Summary>
- <Description>
- The ZZIPlib provides read access on ZIP-archives and unpacked data. It features an additional simplified API following the standard Posix API for file access.
- </Description>
- <Archive sha1sum="a48917744eefc5c31d9e5d66352b847d675686c9" type="targz">
- https://github.com/gdraheim/zziplib/archive/v0.13.78/zziplib-0.13.78.tar.gz
- </Archive>
- <BuildDependencies>
- <Dependency>cmake</Dependency>
- <Dependency>xmlto</Dependency>
- <Dependency>ninja</Dependency>
- <Dependency>zlib-devel</Dependency>
- <Dependency>aalib-devel</Dependency>
- <Dependency>docbook-xsl</Dependency>
- <Dependency>docbook-xml</Dependency>
- <Dependency>python3-six</Dependency>
- <Dependency>python3-devel</Dependency>
- <Dependency>libxslt-devel</Dependency>
- <Dependency>libsdl2-devel</Dependency>
- </BuildDependencies>
- <Patches>
- <!-- <Patch level="1">missing.patch</Patch> -->
- </Patches>
- </Source>
- <Package>
- <Name>zziplib</Name>
- <RuntimeDependencies>
- <Dependency>zlib</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="man">/usr/share/man/man3</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <Package>
- <Name>zziplib-devel</Name>
- <Summary>Development files for zziplib</Summary>
- <RuntimeDependencies>
- <Dependency release="current">zziplib</Dependency>
- <Dependency>libsdl2-devel</Dependency>
- <Dependency>zlib-devel</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/cmake</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- <Path fileType="data">/usr/share/aclocal</Path>
- </Files>
- </Package>
- <History>
- <Update release="8">
- <Date>2024-10-24</Date>
- <Version>0.13.78</Version>
- <Comment>Rebuild</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="7">
- <Date>2023-11-04</Date>
- <Version>0.13.72</Version>
- <Comment>Rebuild</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="6">
- <Date>2021-01-21</Date>
- <Version>0.13.72</Version>
- <Comment>Ver. bump</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="5">
- <Date>2020-06-23</Date>
- <Version>0.13.71</Version>
- <Comment>Ver. bump</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="4">
- <Date>2019-10-31</Date>
- <Version>0.13.68</Version>
- <Comment>Ver. bump</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="3">
- <Date>2016-04-04</Date>
- <Version>0.13.62</Version>
- <Comment>Rebuilt with docker</Comment>
- <Name>İbrahim KARAGÜZEL</Name>
- <Email>karaguzelibrahim@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2013-01-16</Date>
- <Version>0.13.62</Version>
- <Comment>Rebuild for 1.0</Comment>
- <Name>Richard de Bruin</Name>
- <Email>richdb@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2012-11-03</Date>
- <Version>0.13.62</Version>
- <Comment>First release</Comment>
- <Name>Osman Erkan</Name>
- <Email>osman.erkan@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|