pspec.xml 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>fstrcmp</Name>
  6. <Homepage>https://sourceforge.net/projects/fstrcmp</Homepage>
  7. <Packager>
  8. <Name>Kamil Atlı</Name>
  9. <Email>suvari@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv1</License>
  12. <Icon>fstrcmp</Icon>
  13. <IsA>library</IsA>
  14. <Summary>A library that is used to make fuzzy comparisons of strings and byte arrays, including multi-byte character strings</Summary>
  15. <Description>The fstrcmp project provides a library that is used to make fuzzy comparisons of strings and byte arrays, including multi-byte character strings. This can be useful in error messages, enabling the suggestion of likely valid alternatives. In compilers, this can reduce the cascade of secondary errors. </Description>
  16. <Archive sha1sum="bb848118fb157dc624ae9fac0566a64cc85f2ef2" type="targz">http://fstrcmp.sourceforge.net/fstrcmp-0.7.D001.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>cmake</Dependency>
  19. <Dependency>groff</Dependency>
  20. <Dependency>libtool</Dependency>
  21. <Dependency>ghostscript-devel</Dependency>
  22. </BuildDependencies>
  23. </Source>
  24. <Package>
  25. <Name>fstrcmp</Name>
  26. <Files>
  27. <Path fileType="executable">/usr/bin</Path>
  28. <Path fileType="library">/usr/lib/libfstrcmp.*</Path>
  29. <Path fileType="localedata">/usr/share/locale</Path>
  30. <Path fileType="man">/usr/share/man</Path>
  31. <Path fileType="doc">/usr/share/doc</Path>
  32. </Files>
  33. </Package>
  34. <Package>
  35. <Name>fstrcmp-devel</Name>
  36. <Summary>Development files for fstrcmp</Summary>
  37. <RuntimeDependencies>
  38. <Dependency release="current">fstrcmp</Dependency>
  39. </RuntimeDependencies>
  40. <Files>
  41. <Path fileType="header">/usr/include</Path>
  42. <Path fileType="library">/usr/lib/pkgconfig</Path>
  43. </Files>
  44. </Package>
  45. <History>
  46. <Update release="1">
  47. <Date>2023-08-26</Date>
  48. <Version>0.7.001</Version>
  49. <Comment>First release</Comment>
  50. <Name>Kamil Atlı</Name>
  51. <Email>suvari@pisilinux.org</Email>
  52. </Update>
  53. </History>
  54. </PISI>