pspec.xml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
  3. <INARY>
  4. <Source>
  5. <Name>iniparser</Name>
  6. <Homepage>http://ndevilla.free.fr/iniparser/</Homepage>
  7. <Packager>
  8. <Name>Süleyman Poyraz</Name>
  9. <Email>zaryob.dev@gmail.com</Email>
  10. </Packager>
  11. <License>MIT</License>
  12. <IsA>library</IsA>
  13. <IsA>app:console</IsA>
  14. <Summary>A free ini file parsing library</Summary>
  15. <Description>iniparser is a free stand-alone ini file parsing library written in portable ANSI C.</Description>
  16. <Archive sha1sum="2035285163f8159b355e9ef8a95c3f21a716cbff" type="targz">https://github.com/ndevilla/iniparser/archive/v4.1.tar.gz</Archive>
  17. </Source>
  18. <Package>
  19. <Name>iniparser</Name>
  20. <Files>
  21. <Path fileType="doc">/usr/share/doc</Path>
  22. <Path fileType="library">/usr/lib</Path>
  23. </Files>
  24. </Package>
  25. <Package>
  26. <Name>iniparser-devel</Name>
  27. <Summary>Development files for iniparser</Summary>
  28. <RuntimeDependencies>
  29. <Dependency release="current">iniparser</Dependency>
  30. </RuntimeDependencies>
  31. <Files>
  32. <Path fileType="header">/usr/include</Path>
  33. </Files>
  34. </Package>
  35. <History>
  36. <Update release="1">
  37. <Date>2019-12-12</Date>
  38. <Version>4.1</Version>
  39. <Comment>First release</Comment>
  40. <Name>Süleyman Poyraz</Name>
  41. <Email>zaryob.dev@gmail.com</Email>
  42. </Update>
  43. </History>
  44. </INARY>