pspec.xml 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>gnofract4d</Name>
  6. <Homepage>https://github.com/edyoung/gnofract4d</Homepage>
  7. <Packager>
  8. <Name>Pisi Linux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>BSD</License>
  12. <IsA>app:gui</IsA>
  13. <Summary>Gnofract 4D is a free, open source program which allows anyone to create beautiful images called fractals.</Summary>
  14. <Description>The images are automatically created by the computer based on mathematical principles. These include the Mandelbrot and Julia sets and many more.</Description>
  15. <Archive sha1sum="4b96723e87b76243c15646da5624841db0a85bc7" type="targz">https://github.com/edyoung/gnofract4d/archive/V_3_14_1.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>gtk2-devel</Dependency>
  18. <Dependency>python-devel</Dependency>
  19. <Dependency>libjpeg-turbo-devel</Dependency>
  20. <Dependency>libpng-devel</Dependency>
  21. <Dependency>python-gtk-devel</Dependency>
  22. </BuildDependencies>
  23. </Source>
  24. <Package>
  25. <Name>gnofract4d</Name>
  26. <RuntimeDependencies>
  27. <Dependency>libpng</Dependency>
  28. <Dependency>libjpeg-turbo</Dependency>
  29. <Dependency>libgcc</Dependency>
  30. <Dependency>python</Dependency>
  31. </RuntimeDependencies>
  32. <Files>
  33. <Path fileType="executable">/usr/bin</Path>
  34. <Path fileType="library">/usr/lib</Path>
  35. <Path fileType="data">/usr/share</Path>
  36. <Path fileType="pixmaps">/usr/share/pixmaps</Path>
  37. <Path fileType="mime">/usr/share/mime</Path>
  38. <Path fileType="application">/usr/share/applications</Path>
  39. <Path fileType="doc">/usr/share/doc</Path>
  40. </Files>
  41. </Package>
  42. <History>
  43. <Update release="1">
  44. <Date>2016-04-01</Date>
  45. <Version>3.14.1</Version>
  46. <Comment>First release</Comment>
  47. <Name>Stefan Gronewold(groni)</Name>
  48. <Email>groni@pisilinux.org</Email>
  49. </Update>
  50. </History>
  51. </PISI>