pspec.xml 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>snappy</Name>
  6. <Homepage>http://code.google.com/p/snappy/</Homepage>
  7. <Packager>
  8. <Name>Alihan Öztürk</Name>
  9. <Email>alihan@pisilinux.org</Email>
  10. </Packager>
  11. <License>BSD</License>
  12. <IsA>library</IsA>
  13. <Summary>A fast compressor/decompressor librar</Summary>
  14. <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>
  15. <BuildDependencies>
  16. <Dependency>lzo-devel</Dependency>
  17. <Dependency>zlib-devel</Dependency>
  18. </BuildDependencies>
  19. <Archive sha1sum="63f7a3d2c865a6a39aca9bc5d3412a8b2d607bb4" type="targz">https://github.com/google/snappy/releases/download/1.1.3/snappy-1.1.3.tar.gz</Archive>
  20. <Patches>
  21. <Patch level="1">snappy-unittest.patch</Patch>
  22. </Patches>
  23. </Source>
  24. <Package>
  25. <Name>snappy</Name>
  26. <RuntimeDependencies>
  27. <Dependency>libgcc</Dependency>
  28. </RuntimeDependencies>
  29. <Files>
  30. <Path fileType="library">/usr/lib</Path>
  31. <Path fileType="doc">/usr/share/doc</Path>
  32. <Path fileType="data">/usr/share</Path>
  33. </Files>
  34. </Package>
  35. <Package>
  36. <Name>snappy-devel</Name>
  37. <RuntimeDependencies>
  38. <Dependency release="current">snappy</Dependency>
  39. </RuntimeDependencies>
  40. <Files>
  41. <Path fileType="header">/usr/include</Path>
  42. </Files>
  43. </Package>
  44. <History>
  45. <Update release="3">
  46. <Date>2017-01-21</Date>
  47. <Version>1.1.3</Version>
  48. <Comment>Rebuild with new toolchain.</Comment>
  49. <Name>Ertuğrul Erata</Name>
  50. <Email>ertugrulerata@gmail.com</Email>
  51. </Update>
  52. <Update release="2">
  53. <Date>2016-04-27</Date>
  54. <Version>1.1.3</Version>
  55. <Comment>Release Bump</Comment>
  56. <Name>PisiLinux Community</Name>
  57. <Email>admin@pisilinux.org</Email>
  58. </Update>
  59. <Update release="1">
  60. <Date>2016-03-02</Date>
  61. <Version>1.1.3</Version>
  62. <Comment>First release</Comment>
  63. <Name>Ertuğrul Erata</Name>
  64. <Email>ertugrulerata@gmail.com</Email>
  65. </Update>
  66. </History>
  67. </PISI>