pspec.xml 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>uchardet</Name>
  6. <Homepage>https://www.freedesktop.org/wiki/Software/uchardet</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>MPL</License>
  12. <IsA>library</IsA>
  13. <Summary>Encoding detector library ported from Mozilla</Summary>
  14. <Description>Encoding detector library ported from Mozilla</Description>
  15. <Archive sha1sum="fdc11673bfb0939f48825bf811b64af709339c80" type="tarxz">
  16. https://www.freedesktop.org/software/uchardet/releases/uchardet-0.0.8.tar.xz
  17. </Archive>
  18. <BuildDependencies>
  19. <Dependency>cmake</Dependency>
  20. <Dependency>python3</Dependency>
  21. </BuildDependencies>
  22. </Source>
  23. <Package>
  24. <Name>uchardet</Name>
  25. <RuntimeDependencies>
  26. <Dependency>libgcc</Dependency>
  27. </RuntimeDependencies>
  28. <Files>
  29. <Path fileType="executable">/usr/bin</Path>
  30. <Path fileType="library">/usr/lib</Path>
  31. <Path fileType="data">/usr/share</Path>
  32. <Path fileType="man">/usr/share/man</Path>
  33. <Path fileType="doc">/usr/share/doc</Path>
  34. </Files>
  35. </Package>
  36. <Package>
  37. <Name>uchardet-devel</Name>
  38. <Summary>Development files for uchardet</Summary>
  39. <RuntimeDependencies>
  40. <Dependency release="current">uchardet</Dependency>
  41. </RuntimeDependencies>
  42. <Files>
  43. <Path fileType="header">/usr/include</Path>
  44. <Path fileType="data">/usr/lib/cmake</Path>
  45. <Path fileType="library">/usr/lib/pkgconfig</Path>
  46. </Files>
  47. </Package>
  48. <History>
  49. <Update release="3">
  50. <Date>2022-12-30</Date>
  51. <Version>0.0.8</Version>
  52. <Comment>Version bump.</Comment>
  53. <Name>fury</Name>
  54. <Email>uglyside@yandex.ru</Email>
  55. </Update>
  56. <Update release="2">
  57. <Date>2021-04-26</Date>
  58. <Version>0.0.7</Version>
  59. <Comment>Version bump.</Comment>
  60. <Name>PisiLinux Community</Name>
  61. <Email>admins@pisilinux.org</Email>
  62. </Update>
  63. <Update release="1">
  64. <Date>2020-01-01</Date>
  65. <Version>0.0.6</Version>
  66. <Comment>First release</Comment>
  67. <Name>PisiLinux Community</Name>
  68. <Email>admins@pisilinux.org</Email>
  69. </Update>
  70. </History>
  71. </PISI>