123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>geoip</Name>
- <Homepage>https://dev.maxmind.com/geoip</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>LGPLv2.1</License>
- <IsA>library</IsA>
- <Summary>C library for country/city/organization to IP address or hostname mapping</Summary>
- <Description>GeoIP is a C library that enables the user to find the country that any IP address or hostname originates from.</Description>
- <Archive sha1sum="90cfafee605c94cfa24858fe77193fa7fa949ac8" type="targz">https://github.com/maxmind/geoip-api-c/archive/v1.6.12.tar.gz</Archive>
- <Archive sha1sum="c2a1d7ec79906fccb9a4d267e54098c1fe4c2385" type="gz" target="geoip-api-c-1.6.12">https://mailfud.org/geoip-legacy/GeoIP.dat.gz</Archive>
- <Archive sha1sum="abf037ecbd1fd6546eb8fd008049199e77358fe3" type="gz" target="geoip-api-c-1.6.12">https://mailfud.org/geoip-legacy/GeoIPASNum.dat.gz</Archive>
- <Archive sha1sum="e4209f9696f0b7a854755371cfbdfb98c4e5ebb6" type="gz" target="geoip-api-c-1.6.12">https://mailfud.org/geoip-legacy/GeoIPASNumv6.dat.gz</Archive>
- <Archive sha1sum="9c1b12e91a719c269e700a400012201250a6398d" type="gz" target="geoip-api-c-1.6.12">https://mailfud.org/geoip-legacy/GeoIPCity.dat.gz</Archive>
- <Archive sha1sum="6640e3e089793abfc702926ce6e901c69dd08382" type="gz" target="geoip-api-c-1.6.12">https://mailfud.org/geoip-legacy/GeoIPCityv6.dat.gz</Archive>
- <Archive sha1sum="e1657111a821546638f24ba24cdcd5897d5050fb" type="gz" target="geoip-api-c-1.6.12">https://mailfud.org/geoip-legacy/GeoIPv6.dat.gz</Archive>
- </Source>
- <Package>
- <Name>geoip</Name>
- <Files>
- <Path fileType="config">/etc</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="data">/usr/share/GeoIP</Path>
- </Files>
- </Package>
- <Package>
- <Name>geoip-devel</Name>
- <RuntimeDependencies>
- <Dependency release="current">geoip</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="library">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="7">
- <Date>2023-01-01</Date>
- <Version>1.6.12</Version>
- <Comment>Version Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="6">
- <Date>2022-10-21</Date>
- <Version>1.6.12</Version>
- <Comment>Version Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="5">
- <Date>2020-01-15</Date>
- <Version>1.6.12</Version>
- <Comment>Version Bump and fix</Comment>
- <Name>Idris Kalp</Name>
- <Email>idriskalp@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2018-08-10</Date>
- <Version>1.6.9</Version>
- <Comment>Version Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="3">
- <Date>2017-09-20</Date>
- <Version>1.6.9</Version>
- <Comment>Version Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-09</Date>
- <Version>1.6.2</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2014-07-14</Date>
- <Version>1.6.2</Version>
- <Comment>First release</Comment>
- <Name>Vedat Demir</Name>
- <Email>vedat@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|