pspec.xml 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>gsl</Name>
  6. <Homepage>http://www.gnu.org/software/gsl/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv3</License>
  12. <IsA>library</IsA>
  13. <Summary>GNU scientific library</Summary>
  14. <Description>The GNU Scientific Library (GSL) is a numerical library for C and C++ programmers.</Description>
  15. <Archive sha1sum="549e1105cd1198537be9707257161531e109bd94" type="targz">https://ftp.gnu.org/gnu/gsl/gsl-2.7.1.tar.gz</Archive>
  16. </Source>
  17. <Package>
  18. <Name>gsl</Name>
  19. <Files>
  20. <Path fileType="executable">/usr/bin</Path>
  21. <Path fileType="library">/usr/lib</Path>
  22. <Path fileType="doc">/usr/share/doc</Path>
  23. <Path fileType="info">/usr/share/info</Path>
  24. <Path fileType="man">/usr/share/man</Path>
  25. </Files>
  26. </Package>
  27. <Package>
  28. <Name>gsl-devel</Name>
  29. <Summary>Development files for gsl</Summary>
  30. <RuntimeDependencies>
  31. <Dependency release="current">gsl</Dependency>
  32. </RuntimeDependencies>
  33. <Files>
  34. <Path fileType="header">/usr/include</Path>
  35. <Path fileType="data">/usr/share/aclocal</Path>
  36. <Path fileType="man">/usr/share/man/man3</Path>
  37. <Path fileType="data">/usr/lib/pkgconfig</Path>
  38. </Files>
  39. </Package>
  40. <History>
  41. <Update release="7">
  42. <Date>2022-12-12</Date>
  43. <Version>2.7.1</Version>
  44. <Comment>Version bump.</Comment>
  45. <Name>Mustafa Cinasal</Name>
  46. <Email>muscnsl@gmail.com</Email>
  47. </Update>
  48. <Update release="6">
  49. <Date>2020-01-11</Date>
  50. <Version>2.6</Version>
  51. <Comment>Rebuild for toolchain</Comment>
  52. <Name>Kamil Atlı</Name>
  53. <Email>suvari@pisilinux.org</Email>
  54. </Update>
  55. <Update release="5">
  56. <Date>2019-10-05</Date>
  57. <Version>2.6</Version>
  58. <Comment>Version bump.</Comment>
  59. <Name>Mustafa Cinasal</Name>
  60. <Email>muscnsl@gmail.com</Email>
  61. </Update>
  62. <Update release="4">
  63. <Date>2018-07-31</Date>
  64. <Version>2.4</Version>
  65. <Comment>Version Bump</Comment>
  66. <Name>Pisi Linux Community</Name>
  67. <Email>admin@pisilinux.org</Email>
  68. </Update>
  69. <Update release="3">
  70. <Date>2017-02-16</Date>
  71. <Version>2.3</Version>
  72. <Comment>Version Bump</Comment>
  73. <Name>Pisi Linux Community</Name>
  74. <Email>admin@pisilinux.org</Email>
  75. </Update>
  76. <Update release="2">
  77. <Date>2016-06-09</Date>
  78. <Version>1.16</Version>
  79. <Comment>Release Bump</Comment>
  80. <Name>Pisi Linux Community</Name>
  81. <Email>admin@pisilinux.org</Email>
  82. </Update>
  83. <Update release="1">
  84. <Date>2014-05-30</Date>
  85. <Version>1.16</Version>
  86. <Comment>First release</Comment>
  87. <Name>Stefan Gronewold(groni)</Name>
  88. <Email>groni@pisilinux.org</Email>
  89. </Update>
  90. </History>
  91. </PISI>