1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>libmaxminddb</Name>
- <Homepage>https://maxmind.github.io/libmaxminddb</Homepage>
- <Packager>
- <Name>Pisi Linux Admins</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>Apache-2.0</License>
- <IsA>library</IsA>
- <Summary>C library for the MaxMind DB file format</Summary>
- <Description>The libmaxminddb library provides a C library for reading MaxMind DB files, including the GeoIP2 databases from MaxMind.</Description>
- <Archive sha1sum="844a22aa03177390c330be073b809b0d5cdc131e" type="targz">https://github.com/maxmind/libmaxminddb/releases/download/1.7.1/libmaxminddb-1.7.1.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>glibc-devel</Dependency>
- <Dependency>geoip-devel</Dependency>
- <Dependency>cmake</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>libmaxminddb</Name>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <Package>
- <Name>libmaxminddb-devel</Name>
- <RuntimeDependencies>
- <Dependency release="current">libmaxminddb</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- </Files>
- </Package>
- <History>
- <Update release="2">
- <Date>2023-01-26</Date>
- <Version>1.7.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="1">
- <Date>2021-08-10</Date>
- <Version>1.6.0</Version>
- <Comment>First release for Pisi Linux</Comment>
- <Name>Berk Çakar</Name>
- <Email>berk2238@hotmail.com</Email>
- </Update>
- </History>
- </PISI>
|