90 lines
3.0 KiB
XML
90 lines
3.0 KiB
XML
<?xml version="1.0" ?>
|
||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||
<PISI>
|
||
<Source>
|
||
<Name>libinih</Name>
|
||
<Homepage>https://github.com/benhoyt/inih</Homepage>
|
||
<Packager>
|
||
<Name>Pisi Linux Admins</Name>
|
||
<Email>admin@pisilinux.org</Email>
|
||
</Packager>
|
||
<License>BSD</License>
|
||
<IsA>library</IsA>
|
||
<Summary>A simple .INI file parser written in C</Summary>
|
||
<Description>C ile yazılmış basit bir .INI dosyası ayrıştırıcısı</Description>
|
||
<Archive sha1sum="03eac4b62337588b3999497c6ebb999a49eadfa1" type="targz">https://github.com/benhoyt/inih/archive/r61.tar.gz</Archive>
|
||
<BuildDependencies>
|
||
<Dependency>meson</Dependency>
|
||
</BuildDependencies>
|
||
<!--
|
||
<Patches>
|
||
<Patch>libinih.patch</Patch>
|
||
<Patch level="1">libinih.patch</Patch>
|
||
</Patches>
|
||
-->
|
||
</Source>
|
||
|
||
<Package>
|
||
<Name>libinih</Name>
|
||
<RuntimeDependencies>
|
||
<Dependency>libgcc</Dependency>
|
||
</RuntimeDependencies>
|
||
<Files>
|
||
<Path fileType="library">/usr/lib</Path>
|
||
<Path fileType="data">/usr/share</Path>
|
||
<Path fileType="doc">/usr/share/doc</Path>
|
||
</Files>
|
||
</Package>
|
||
|
||
<Package>
|
||
<Name>libinih-devel</Name>
|
||
<Summary>Development files for libinih</Summary>
|
||
<RuntimeDependencies>
|
||
<Dependency release="current">libinih</Dependency>
|
||
</RuntimeDependencies>
|
||
<Files>
|
||
<Path fileType="header">/usr/include</Path>
|
||
<Path fileType="data">/usr/lib/cmake</Path>
|
||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||
</Files>
|
||
</Package>
|
||
|
||
<History>
|
||
<Update release="5">
|
||
<Date>2025-07-27</Date>
|
||
<Version>61</Version>
|
||
<Comment>Version bump.</Comment>
|
||
<Name>Pisi Linux Community</Name>
|
||
<Email>admin@pisilinux.org</Email>
|
||
</Update>
|
||
<Update release="4">
|
||
<Date>2024-01-26</Date>
|
||
<Version>58</Version>
|
||
<Comment>Version bump.</Comment>
|
||
<Name>Mustafa Cinasal</Name>
|
||
<Email>muscnsl@gmail.com</Email>
|
||
</Update>
|
||
<Update release="3">
|
||
<Date>2023-07-07</Date>
|
||
<Version>57</Version>
|
||
<Comment>Version bump.</Comment>
|
||
<Name>Mustafa Cinasal</Name>
|
||
<Email>muscnsl@gmail.com</Email>
|
||
</Update>
|
||
<Update release="2">
|
||
<Date>2023-05-10</Date>
|
||
<Version>56</Version>
|
||
<Comment>Version bump.</Comment>
|
||
<Name>Mustafa Cinasal</Name>
|
||
<Email>muscnsl@gmail.com</Email>
|
||
</Update>
|
||
<Update release="1">
|
||
<Date>2021-02-27</Date>
|
||
<Version>53</Version>
|
||
<Comment>First release</Comment>
|
||
<Name>Pisi Linux Admins</Name>
|
||
<Email>admin@pisilinux.org</Email>
|
||
</Update>
|
||
</History>
|
||
</PISI>
|