pspec.xml 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>google-sparsehash</Name>
  6. <Homepage>http://code.google.com/p/google-sparsehash</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>BSD</License>
  12. <IsA>library</IsA>
  13. <Summary>An extremely memory-efficient hash_map implementation</Summary>
  14. <Description>The SparseHash library contains several hash-map implementations, including implementations that optimize for space or speed.</Description>
  15. <Archive sha1sum="94a9aad9167275af41b13122c60754ad1a5adb34" type="targz">https://github.com/sparsehash/sparsehash/archive/sparsehash-2.0.3.tar.gz</Archive>
  16. </Source>
  17. <Package>
  18. <Name>google-sparsehash</Name>
  19. <Files>
  20. <Path fileType="library">/usr/lib</Path>
  21. <Path fileType="header">/usr/include</Path>
  22. <Path fileType="doc">/usr/share/doc</Path>
  23. </Files>
  24. </Package>
  25. <History>
  26. <Update release="2">
  27. <Date>2018-09-09</Date>
  28. <Version>2.0.3</Version>
  29. <Comment>First release</Comment>
  30. <Name>Alihan Öztürk</Name>
  31. <Email>alihan@pisilinux.org</Email>
  32. </Update>
  33. <Update release="1">
  34. <Date>2017-01-04</Date>
  35. <Version>2.0.3</Version>
  36. <Comment>First release</Comment>
  37. <Name>Alihan Öztürk</Name>
  38. <Email>alihan@pisilinux.org</Email>
  39. </Update>
  40. </History>
  41. </PISI>