pspec.xml 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>glpk</Name>
  6. <Homepage>http://www.gnu.org/software/glpk/glpk.html</Homepage>
  7. <Packager>
  8. <Name>Serdar Soytetir</Name>
  9. <Email>kaptan@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>library</IsA>
  13. <Summary>GNU Linear Programming Kit</Summary>
  14. <Description>The GLPK (GNU Linear Programming Kit) package is intended for solving large-scale linear programming (LP), mixed integer programming (MIP), and other related problems. It is a set of routines written in ANSI C and organized in the form of a callable library.</Description>
  15. <Archive sha1sum="d9b607a9cf3a25b754a0cd9a842ea5043f8604db" type="targz">mirrors://gnu/glpk/glpk-4.65.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>gmp-devel</Dependency>
  18. </BuildDependencies>
  19. </Source>
  20. <Package>
  21. <Name>glpk</Name>
  22. <RuntimeDependencies>
  23. <Dependency>gmp</Dependency>
  24. </RuntimeDependencies>
  25. <Files>
  26. <Path fileType="executable">/usr/bin</Path>
  27. <Path fileType="library">/usr/lib</Path>
  28. <Path fileType="doc">/usr/share/doc</Path>
  29. </Files>
  30. </Package>
  31. <Package>
  32. <Name>glpk-devel</Name>
  33. <Summary>Development files for glpk</Summary>
  34. <RuntimeDependencies>
  35. <Dependency release="current">glpk</Dependency>
  36. </RuntimeDependencies>
  37. <Files>
  38. <Path fileType="header">/usr/include</Path>
  39. </Files>
  40. </Package>
  41. <History>
  42. <Update release="6">
  43. <Date>2020-12-09</Date>
  44. <Version>4.65</Version>
  45. <Comment>Rebuild.</Comment>
  46. <Name>Mustafa Cinasal</Name>
  47. <Email>muscnsl@gmail.com</Email>
  48. </Update>
  49. <Update release="5">
  50. <Date>2019-12-23</Date>
  51. <Version>4.65</Version>
  52. <Comment>Version bump</Comment>
  53. <Name>Idris Kalp</Name>
  54. <Email>idriskalp@gmail.com</Email>
  55. </Update>
  56. <Update release="4">
  57. <Date>2018-07-15</Date>
  58. <Version>4.61</Version>
  59. <Comment>Rebuild</Comment>
  60. <Name>Ertuğrul Erata</Name>
  61. <Email>ertugrulerata@gmail.com</Email>
  62. </Update>
  63. <Update release="3">
  64. <Date>2017-02-09</Date>
  65. <Version>4.61</Version>
  66. <Comment>Version bump.</Comment>
  67. <Name>Ertuğrul Erata</Name>
  68. <Email>ertugrulerata@gmail.com</Email>
  69. </Update>
  70. <Update release="2">
  71. <Date>2016-04-27</Date>
  72. <Version>4.59</Version>
  73. <Comment>Release Bump</Comment>
  74. <Name>PisiLinux Community</Name>
  75. <Email>admin@pisilinux.org</Email>
  76. </Update>
  77. <Update release="1">
  78. <Date>2016-03-13</Date>
  79. <Version>4.59</Version>
  80. <Comment>First release</Comment>
  81. <Name>Alihan Öztürk</Name>
  82. <Email>alihan@pisilinux.org</Email>
  83. </Update>
  84. </History>
  85. </PISI>