pspec.xml 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>plotutils</Name>
  6. <Homepage>http://www.gnu.org/software/plotutils/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>library</IsA>
  13. <Summary>2D vector graphics library</Summary>
  14. <Description>PlotUtils is a powerful C/C++ function library for exporting 2D vector graphics.</Description>
  15. <Archive sha1sum="7921301d9dfe8991e3df2829bd733df6b2a70838" type="targz">ftp://ftp.heanet.ie/pub/gnu/plotutils/plotutils-2.6.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>libXaw-devel</Dependency>
  18. <Dependency>libXext-devel</Dependency>
  19. <Dependency>libXt-devel</Dependency>
  20. </BuildDependencies>
  21. <Patches>
  22. <Patch level="1">plotutils-2.6-png15.patch</Patch>
  23. </Patches>
  24. </Source>
  25. <Package>
  26. <Name>plotutils</Name>
  27. <RuntimeDependencies>
  28. <Dependency>libSM</Dependency>
  29. <Dependency>libICE</Dependency>
  30. <Dependency>libXmu</Dependency>
  31. <Dependency>libXaw</Dependency>
  32. <Dependency>libXext</Dependency>
  33. <Dependency>libXt</Dependency>
  34. <Dependency>libX11</Dependency>
  35. <Dependency>libgcc</Dependency>
  36. </RuntimeDependencies>
  37. <Files>
  38. <Path fileType="executable">/usr/bin</Path>
  39. <Path fileType="library">/usr/lib</Path>
  40. <Path fileType="doc">/usr/share/doc</Path>
  41. <Path fileType="info">/usr/share/info</Path>
  42. <Path fileType="man">/usr/share/man</Path>
  43. <Path fileType="data">/usr/share/libplot</Path>
  44. <Path fileType="data">/usr/share/ode</Path>
  45. <Path fileType="data">/usr/share/pic2plot</Path>
  46. <Path fileType="data">/usr/share/tek2plot</Path>
  47. </Files>
  48. </Package>
  49. <Package>
  50. <Name>plotutils-devel</Name>
  51. <Summary>Development files for plotutils</Summary>
  52. <RuntimeDependencies>
  53. <Dependency release="current">plotutils</Dependency>
  54. </RuntimeDependencies>
  55. <Files>
  56. <Path fileType="header">/usr/include</Path>
  57. </Files>
  58. </Package>
  59. <History>
  60. <Update release="4">
  61. <Date>2018-08-09</Date>
  62. <Version>2.6</Version>
  63. <Comment>Rebuild with new toolchain</Comment>
  64. <Name>Mustafa Cinasal</Name>
  65. <Email>muscnsl@gmail.com</Email>
  66. </Update>
  67. <Update release="3">
  68. <Date>2017-05-16</Date>
  69. <Version>2.6</Version>
  70. <Comment>Rebuild with new toolchain</Comment>
  71. <Name>Mustafa Cinasal</Name>
  72. <Email>muscnsl@gmail.com</Email>
  73. </Update>
  74. <Update release="2">
  75. <Date>2016-06-09</Date>
  76. <Version>2.6</Version>
  77. <Comment>Release Bump</Comment>
  78. <Name>Pisi Linux Community</Name>
  79. <Email>admin@pisilinux.org</Email>
  80. </Update>
  81. <Update release="1">
  82. <Date>2014-06-14</Date>
  83. <Version>2.6</Version>
  84. <Comment>First release</Comment>
  85. <Name>Osman Erkan</Name>
  86. <Email>osman.erkan@pisilinux.org</Email>
  87. </Update>
  88. </History>
  89. </PISI>