pspec.xml 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>guile3</Name>
  6. <Homepage>https://www.gnu.org/software/guile/</Homepage>
  7. <Packager>
  8. <Name>Pisi Linux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <PartOf>programming.language</PartOf>
  12. <License>GPL-3/LGPL-3</License>
  13. <IsA>app:console</IsA>
  14. <IsA>library</IsA>
  15. <PartOf>programming.language</PartOf>
  16. <Summary>GNU Scheme interpreter and library</Summary>
  17. <Description>GUILE (GNU's Ubiquitous Intelligent Language for Extension) is a library implementation of the Scheme programming language, written in C. GUILE provides a machine-independent execution platform that can be linked in as a library during the building of extensible programs.</Description>
  18. <Archive sha1sum="bf6af1aac320a56233d4d8c0fbeb2c0dca474eab" type="tarxz">
  19. https://ftp.gnu.org/gnu/guile/guile-3.0.9.tar.xz
  20. </Archive>
  21. <BuildDependencies>
  22. <Dependency>gc-devel</Dependency>
  23. <Dependency>gmp-devel</Dependency>
  24. <Dependency>libffi-devel</Dependency>
  25. <Dependency>gettext-devel</Dependency>
  26. <Dependency>readline-devel</Dependency>
  27. <Dependency>libunistring-devel</Dependency>
  28. </BuildDependencies>
  29. <Patches>
  30. </Patches>
  31. </Source>
  32. <Package>
  33. <Name>guile3</Name>
  34. <Summary>GNU Scheme interpreter and library</Summary>
  35. <RuntimeDependencies>
  36. <Dependency>gc</Dependency>
  37. <Dependency>gmp</Dependency>
  38. <Dependency>libffi</Dependency>
  39. <Dependency>readline</Dependency>
  40. <Dependency>libunistring</Dependency>
  41. </RuntimeDependencies>
  42. <Files>
  43. <Path fileType="executable">/usr/bin</Path>
  44. <Path fileType="library">/usr/lib</Path>
  45. <Path fileType="library">/usr/lib/guile/3.0</Path>
  46. <Path fileType="data">/usr/share</Path>
  47. <Path fileType="data">/usr/share/guile/3.0</Path>
  48. <Path fileType="man">/usr/share/man/man1</Path>
  49. </Files>
  50. </Package>
  51. <Package>
  52. <Name>guile3-devel</Name>
  53. <RuntimeDependencies>
  54. <Dependency>gc-devel</Dependency>
  55. <Dependency>gmp-devel</Dependency>
  56. <Dependency release="current">guile3</Dependency>
  57. <Dependency>libunistring-devel</Dependency>
  58. </RuntimeDependencies>
  59. <Files>
  60. <Path fileType="header">/usr/include/guile/3.0</Path>
  61. <Path fileType="header">/usr/include/guile/3.0/libguile</Path>
  62. <Path fileType="data">/usr/lib/pkgconfig/guile-3.0.pc</Path>
  63. <Path fileType="data">/usr/share/aclocal</Path>
  64. </Files>
  65. </Package>
  66. <History>
  67. <Update release="2">
  68. <Date>2023-10-17</Date>
  69. <Version>3.0.9</Version>
  70. <Comment>Rebuild.</Comment>
  71. <Name>Mustafa Cinasal</Name>
  72. <Email>muscnsl@gmail.com</Email>
  73. </Update>
  74. <Update release="1">
  75. <Date>2023-03-25</Date>
  76. <Version>3.0.9</Version>
  77. <Comment>First 3.x build.</Comment>
  78. <Name>fury</Name>
  79. <Email>uglyside@yandex.ru</Email>
  80. </Update>
  81. </History>
  82. </PISI>