pspec.xml 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>geoip</Name>
  6. <Homepage>https://dev.maxmind.com/geoip</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv2.1</License>
  12. <IsA>library</IsA>
  13. <Summary>C library for country/city/organization to IP address or hostname mapping</Summary>
  14. <Description>GeoIP is a C library that enables the user to find the country that any IP address or hostname originates from.</Description>
  15. <Archive sha1sum="90cfafee605c94cfa24858fe77193fa7fa949ac8" type="targz">https://github.com/maxmind/geoip-api-c/archive/v1.6.12.tar.gz</Archive>
  16. <Archive sha1sum="c2a1d7ec79906fccb9a4d267e54098c1fe4c2385" type="gz" target="geoip-api-c-1.6.12">https://mailfud.org/geoip-legacy/GeoIP.dat.gz</Archive>
  17. <Archive sha1sum="abf037ecbd1fd6546eb8fd008049199e77358fe3" type="gz" target="geoip-api-c-1.6.12">https://mailfud.org/geoip-legacy/GeoIPASNum.dat.gz</Archive>
  18. <Archive sha1sum="e4209f9696f0b7a854755371cfbdfb98c4e5ebb6" type="gz" target="geoip-api-c-1.6.12">https://mailfud.org/geoip-legacy/GeoIPASNumv6.dat.gz</Archive>
  19. <Archive sha1sum="9c1b12e91a719c269e700a400012201250a6398d" type="gz" target="geoip-api-c-1.6.12">https://mailfud.org/geoip-legacy/GeoIPCity.dat.gz</Archive>
  20. <Archive sha1sum="6640e3e089793abfc702926ce6e901c69dd08382" type="gz" target="geoip-api-c-1.6.12">https://mailfud.org/geoip-legacy/GeoIPCityv6.dat.gz</Archive>
  21. <Archive sha1sum="e1657111a821546638f24ba24cdcd5897d5050fb" type="gz" target="geoip-api-c-1.6.12">https://mailfud.org/geoip-legacy/GeoIPv6.dat.gz</Archive>
  22. </Source>
  23. <Package>
  24. <Name>geoip</Name>
  25. <Files>
  26. <Path fileType="config">/etc</Path>
  27. <Path fileType="library">/usr/lib</Path>
  28. <Path fileType="doc">/usr/share/doc</Path>
  29. <Path fileType="man">/usr/share/man</Path>
  30. <Path fileType="executable">/usr/bin</Path>
  31. <Path fileType="data">/usr/share/GeoIP</Path>
  32. </Files>
  33. </Package>
  34. <Package>
  35. <Name>geoip-devel</Name>
  36. <RuntimeDependencies>
  37. <Dependency release="current">geoip</Dependency>
  38. </RuntimeDependencies>
  39. <Files>
  40. <Path fileType="header">/usr/include</Path>
  41. <Path fileType="library">/usr/lib/pkgconfig</Path>
  42. </Files>
  43. </Package>
  44. <History>
  45. <Update release="7">
  46. <Date>2023-01-01</Date>
  47. <Version>1.6.12</Version>
  48. <Comment>Version Bump</Comment>
  49. <Name>Pisi Linux Community</Name>
  50. <Email>admin@pisilinux.org</Email>
  51. </Update>
  52. <Update release="6">
  53. <Date>2022-10-21</Date>
  54. <Version>1.6.12</Version>
  55. <Comment>Version Bump</Comment>
  56. <Name>Pisi Linux Community</Name>
  57. <Email>admin@pisilinux.org</Email>
  58. </Update>
  59. <Update release="5">
  60. <Date>2020-01-15</Date>
  61. <Version>1.6.12</Version>
  62. <Comment>Version Bump and fix</Comment>
  63. <Name>Idris Kalp</Name>
  64. <Email>idriskalp@gmail.com</Email>
  65. </Update>
  66. <Update release="4">
  67. <Date>2018-08-10</Date>
  68. <Version>1.6.9</Version>
  69. <Comment>Version Bump</Comment>
  70. <Name>Pisi Linux Community</Name>
  71. <Email>admin@pisilinux.org</Email>
  72. </Update>
  73. <Update release="3">
  74. <Date>2017-09-20</Date>
  75. <Version>1.6.9</Version>
  76. <Comment>Version Bump</Comment>
  77. <Name>Pisi Linux Community</Name>
  78. <Email>admin@pisilinux.org</Email>
  79. </Update>
  80. <Update release="2">
  81. <Date>2016-06-09</Date>
  82. <Version>1.6.2</Version>
  83. <Comment>Release Bump</Comment>
  84. <Name>Pisi Linux Community</Name>
  85. <Email>admin@pisilinux.org</Email>
  86. </Update>
  87. <Update release="1">
  88. <Date>2014-07-14</Date>
  89. <Version>1.6.2</Version>
  90. <Comment>First release</Comment>
  91. <Name>Vedat Demir</Name>
  92. <Email>vedat@pisilinux.org</Email>
  93. </Update>
  94. </History>
  95. </PISI>