1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>snappy</Name>
- <Homepage>http://code.google.com/p/snappy/</Homepage>
- <Packager>
- <Name>Alihan Öztürk</Name>
- <Email>alihan@pisilinux.org</Email>
- </Packager>
- <License>BSD</License>
- <IsA>library</IsA>
- <Summary>A fast compressor/decompressor librar</Summary>
- <Description>Snappy is a compression/decompression library. It does not aim for maximum compression, or compatibility with any other compression library; instead, it aims for very high speeds and reasonable compression.</Description>
- <BuildDependencies>
- <Dependency>lzo-devel</Dependency>
- <Dependency>zlib-devel</Dependency>
- </BuildDependencies>
- <Archive sha1sum="63f7a3d2c865a6a39aca9bc5d3412a8b2d607bb4" type="targz">https://github.com/google/snappy/releases/download/1.1.3/snappy-1.1.3.tar.gz</Archive>
- <Patches>
- <Patch level="1">snappy-unittest.patch</Patch>
- </Patches>
- </Source>
- <Package>
- <Name>snappy</Name>
- <RuntimeDependencies>
- <Dependency>libgcc</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="data">/usr/share</Path>
- </Files>
- </Package>
- <Package>
- <Name>snappy-devel</Name>
- <RuntimeDependencies>
- <Dependency release="current">snappy</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- </Files>
- </Package>
- <History>
- <Update release="3">
- <Date>2017-01-21</Date>
- <Version>1.1.3</Version>
- <Comment>Rebuild with new toolchain.</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2016-04-27</Date>
- <Version>1.1.3</Version>
- <Comment>Release Bump</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-03-02</Date>
- <Version>1.1.3</Version>
- <Comment>First release</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- </History>
- </PISI>
|