pspec.xml 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libiconv</Name>
  6. <Homepage>https://www.gnu.org/software/libiconv/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPL-2.1</License>
  12. <IsA>library</IsA>
  13. <PartOf>programming.library</PartOf>
  14. <Summary>pass</Summary>
  15. <Description>
  16. GNU libiconv provides an implementation of the iconv() function and the iconv program for character set conversion. For use on systems which don't have one, or whose implementation cannot convert from/to Unicode.
  17. </Description>
  18. <Archive sha1sum="409a6a8c07280e02cc33b65ae871311f4b33077b" type="targz">
  19. https://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.17.tar.gz
  20. </Archive>
  21. <BuildDependencies>
  22. <!-- <Dependency>glibc-devel</Dependency> -->
  23. </BuildDependencies>
  24. <Patches>
  25. <!-- <Patch level='1'></Patch> -->
  26. </Patches>
  27. </Source>
  28. <Package>
  29. <Name>libiconv</Name>
  30. <RuntimeDependencies>
  31. <!-- <Dependency>glibc</Dependency> -->
  32. </RuntimeDependencies>
  33. <Files>
  34. <Path fileType="executable">/usr/bin/libiconv</Path>
  35. <Path fileType="library">/usr/lib</Path>
  36. <Path fileType="data">/usr/share/locale</Path>
  37. <Path fileType="data">/usr/share/man</Path>
  38. <Path fileType="data">/usr/share/man/man3</Path>
  39. <Path fileType="data">/usr/share/doc</Path>
  40. </Files>
  41. </Package>
  42. <Package>
  43. <Name>libiconv-devel</Name>
  44. <RuntimeDependencies>
  45. <Dependency release="current">libiconv</Dependency>
  46. </RuntimeDependencies>
  47. <Files>
  48. <Path fileType="headers">/usr/include</Path>
  49. </Files>
  50. </Package>
  51. <History>
  52. <Update release="2">
  53. <Date>2023-05-13</Date>
  54. <Version>1.17</Version>
  55. <Comment>Rebuild.</Comment>
  56. <Name>Mustafa Cinasal</Name>
  57. <Email>muscnsl@gmail.com</Email>
  58. </Update>
  59. <Update release="1">
  60. <Date>2023-03-04</Date>
  61. <Version>1.17</Version>
  62. <Comment>First build.</Comment>
  63. <Name>fury</Name>
  64. <Email>uglyside@yandex.ru</Email>
  65. </Update>
  66. </History>
  67. </PISI>