pspec.xml 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libmaxminddb</Name>
  6. <Homepage>https://maxmind.github.io/libmaxminddb</Homepage>
  7. <Packager>
  8. <Name>Pisi Linux Admins</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>Apache-2.0</License>
  12. <IsA>library</IsA>
  13. <Summary>C library for the MaxMind DB file format</Summary>
  14. <Description>The libmaxminddb library provides a C library for reading MaxMind DB files, including the GeoIP2 databases from MaxMind.</Description>
  15. <Archive sha1sum="844a22aa03177390c330be073b809b0d5cdc131e" type="targz">https://github.com/maxmind/libmaxminddb/releases/download/1.7.1/libmaxminddb-1.7.1.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>glibc-devel</Dependency>
  18. <Dependency>geoip-devel</Dependency>
  19. <Dependency>cmake</Dependency>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>libmaxminddb</Name>
  24. <Files>
  25. <Path fileType="executable">/usr/bin</Path>
  26. <Path fileType="library">/usr/lib</Path>
  27. <Path fileType="doc">/usr/share/doc</Path>
  28. </Files>
  29. </Package>
  30. <Package>
  31. <Name>libmaxminddb-devel</Name>
  32. <RuntimeDependencies>
  33. <Dependency release="current">libmaxminddb</Dependency>
  34. </RuntimeDependencies>
  35. <Files>
  36. <Path fileType="header">/usr/include</Path>
  37. </Files>
  38. </Package>
  39. <History>
  40. <Update release="2">
  41. <Date>2023-01-26</Date>
  42. <Version>1.7.1</Version>
  43. <Comment>Version bump.</Comment>
  44. <Name>Mustafa Cinasal</Name>
  45. <Email>muscnsl@gmail.com</Email>
  46. </Update>
  47. <Update release="1">
  48. <Date>2021-08-10</Date>
  49. <Version>1.6.0</Version>
  50. <Comment>First release for Pisi Linux</Comment>
  51. <Name>Berk Çakar</Name>
  52. <Email>berk2238@hotmail.com</Email>
  53. </Update>
  54. </History>
  55. </PISI>