pspec.xml 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>guile</Name>
  6. <Homepage>http://www.gnu.org/software/guile/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2+</License>
  12. <License>LGPLv2+</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">mirrors://gnu/guile/guile-2.0.14.tar.xz</Archive>
  18. <BuildDependencies>
  19. <Dependency>gc-devel</Dependency>
  20. <Dependency>gettext-devel</Dependency>
  21. <Dependency>gmp-devel</Dependency>
  22. <Dependency>libunistring-devel</Dependency>
  23. <Dependency>libffi-devel</Dependency>
  24. <Dependency>readline-devel</Dependency>
  25. </BuildDependencies>
  26. <Patches>
  27. </Patches>
  28. </Source>
  29. <Package>
  30. <Name>guile</Name>
  31. <RuntimeDependencies>
  32. <Dependency>gc</Dependency>
  33. <Dependency>gmp</Dependency>
  34. <Dependency>libffi</Dependency>
  35. <Dependency>libtool-ltdl</Dependency>
  36. <Dependency>libunistring</Dependency>
  37. <Dependency>readline</Dependency>
  38. </RuntimeDependencies>
  39. <Files>
  40. <Path fileType="config">/etc</Path>
  41. <Path fileType="doc">/usr/share/doc</Path>
  42. <Path fileType="man">/usr/share/man</Path>
  43. <Path fileType="executable">/usr/bin</Path>
  44. <Path fileType="info">/usr/share/info</Path>
  45. <Path fileType="library">/usr/lib/lib*</Path>
  46. <Path fileType="data">/usr/share/guile</Path>
  47. <Path fileType="data">/usr/share/emacs</Path>
  48. <Path fileType="data">/usr/share/gdb/auto-load</Path>
  49. <Path fileType="library">/usr/lib/guile/2.0</Path>
  50. </Files>
  51. </Package>
  52. <Package>
  53. <Name>guile-devel</Name>
  54. <Summary>Development files for guile</Summary>
  55. <RuntimeDependencies>
  56. <Dependency release="current">guile</Dependency>
  57. <Dependency>gc-devel</Dependency>
  58. <Dependency>gmp-devel</Dependency>
  59. </RuntimeDependencies>
  60. <Files>
  61. <Path fileType="header">/usr/include</Path>
  62. <Path fileType="data">/usr/lib/pkgconfig</Path>
  63. <Path fileType="data">/usr/share/aclocal</Path>
  64. <Path fileType="executable">/usr/bin/guile-snarf</Path>
  65. <Path fileType="executable">/usr/bin/guile-config</Path>
  66. </Files>
  67. </Package>
  68. <History>
  69. <Update release="4">
  70. <Date>2018-07-18</Date>
  71. <Version>2.0.14</Version>
  72. <Comment>Rebuild.</Comment>
  73. <Name>Ertuğrul Erata</Name>
  74. <Email>ertugrulerata@gmail.com</Email>
  75. </Update>
  76. <Update release="3">
  77. <Date>2017-01-23</Date>
  78. <Version>2.0.13</Version>
  79. <Comment>Version bump.</Comment>
  80. <Name>Ertuğrul Erata</Name>
  81. <Email>ertugrulerata@gmail.com</Email>
  82. </Update>
  83. <Update release="2">
  84. <Date>2016-04-27</Date>
  85. <Version>2.0.11</Version>
  86. <Comment>Release Bump</Comment>
  87. <Name>PisiLinux Community</Name>
  88. <Email>admin@pisilinux.org</Email>
  89. </Update>
  90. <Update release="1">
  91. <Date>2014-11-30</Date>
  92. <Version>2.0.11</Version>
  93. <Comment>First release</Comment>
  94. <Name>Yusuf Aydemir</Name>
  95. <Email>yusuf.aydemir@pisilinux.org</Email>
  96. </Update>
  97. </History>
  98. </PISI>