pspec.xml 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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="5d260d2dd3143f7b8446fb007c6ce8c4272cafa2" type="targz">mirrors://gnu/glpk/glpk-4.61.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="3">
  43. <Date>2017-02-09</Date>
  44. <Version>4.61</Version>
  45. <Comment>Version bump.</Comment>
  46. <Name>Ertuğrul Erata</Name>
  47. <Email>ertugrulerata@gmail.com</Email>
  48. </Update>
  49. <Update release="2">
  50. <Date>2016-04-27</Date>
  51. <Version>4.59</Version>
  52. <Comment>Release Bump</Comment>
  53. <Name>PisiLinux Community</Name>
  54. <Email>admin@pisilinux.org</Email>
  55. </Update>
  56. <Update release="1">
  57. <Date>2016-03-13</Date>
  58. <Version>4.59</Version>
  59. <Comment>First release</Comment>
  60. <Name>Alihan Öztürk</Name>
  61. <Email>alihan@pisilinux.org</Email>
  62. </Update>
  63. </History>
  64. </PISI>