pspec.xml 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>guile2.0</Name>
  6. <Homepage>https://www.gnu.org/software/guile/</Homepage>
  7. <Packager>
  8. <Name>Blue Devil</Name>
  9. <Email>bluedevil@sctzine.com</Email>
  10. </Packager>
  11. <PartOf>programming.misc</PartOf>
  12. <License>GPL</License>
  13. <IsA>app:console</IsA>
  14. <IsA>library</IsA>
  15. <Summary>GNU Scheme interpreter and library</Summary>
  16. <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>
  17. <Archive sha1sum="88cac56a7c017aae29a581772146057a9cd283f9" type="tarxz">https://ftp.gnu.org/pub/gnu/guile/guile-2.0.14.tar.xz</Archive>
  18. <BuildDependencies>
  19. <Dependency>gc-devel</Dependency>
  20. <Dependency>gmp-devel</Dependency>
  21. <Dependency>libffi-devel</Dependency>
  22. <Dependency>gettext-devel</Dependency>
  23. <Dependency>readline-devel</Dependency>
  24. <Dependency>libunistring-devel</Dependency>
  25. </BuildDependencies>
  26. <Patches>
  27. </Patches>
  28. </Source>
  29. <Package>
  30. <Name>guile2.0</Name>
  31. <Summary>GNU Scheme interpreter and library</Summary>
  32. <RuntimeDependencies>
  33. <Dependency>gc</Dependency>
  34. <Dependency>gmp</Dependency>
  35. </RuntimeDependencies>
  36. <Files>
  37. <Path fileType="doc">/usr/share/doc</Path>
  38. <Path fileType="man">/usr/share/man</Path>
  39. <Path fileType="executable">/usr/bin</Path>
  40. <Path fileType="data">/usr/share/guile</Path>
  41. <Path fileType="library">/usr/lib/guile/2.0</Path>
  42. <Path fileType="library">/usr/lib/libguile-2.0*</Path>
  43. <Path fileType="library">/usr/lib/libguilereadline-v-18*</Path>
  44. <!--
  45. <Path fileType="config">/etc</Path>
  46. <Path fileType="data">/usr/share/emacs</Path>
  47. <Path fileType="data">/usr/share/gdb/auto-load</Path>
  48. -->
  49. </Files>
  50. </Package>
  51. <Package>
  52. <Name>guile2.0-devel</Name>
  53. <Summary>Development files for guile2.0</Summary>
  54. <RuntimeDependencies>
  55. <Dependency>gc-devel</Dependency>
  56. <Dependency>gmp-devel</Dependency>
  57. <Dependency release="current">guile2.0</Dependency>
  58. </RuntimeDependencies>
  59. <Files>
  60. <Path fileType="header">/usr/include</Path>
  61. <Path fileType="data">/usr/lib/pkgconfig</Path>
  62. <Path fileType="data">/usr/share/aclocal</Path>
  63. <!--
  64. <Path fileType="executable">/usr/bin/guile-snarf</Path>
  65. <Path fileType="executable">/usr/bin/guile-config</Path>
  66. -->
  67. </Files>
  68. </Package>
  69. <History>
  70. <Update release="3">
  71. <Date>2023-10-17</Date>
  72. <Version>2.0.14</Version>
  73. <Comment>Rebuild.</Comment>
  74. <Name>Mustafa Cinasal</Name>
  75. <Email>muscnsl@gmail.com</Email>
  76. </Update>
  77. <Update release="2">
  78. <Date>2020-12-09</Date>
  79. <Version>2.0.14</Version>
  80. <Comment>Rebuild.</Comment>
  81. <Name>Mustafa Cinasal</Name>
  82. <Email>muscnsl@gmail.com</Email>
  83. </Update>
  84. <Update release="1">
  85. <Date>2020-09-07</Date>
  86. <Version>2.0.14</Version>
  87. <Comment>First Pisi Release</Comment>
  88. <Name>Blue Devil</Name>
  89. <Email>bluedevil@sctzine.com</Email>
  90. </Update>
  91. </History>
  92. </PISI>