pspec.xml 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>dustrac</Name>
  6. <Homepage>http://dustrac.sourceforge.net/</Homepage>
  7. <Packager>
  8. <Name>Stefan Gronewold(groni)</Name>
  9. <Email>groni@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv3</License>
  12. <IsA>app:gui</IsA>
  13. <Summary>Dust Racing 2D (dustrac) is an open source, tile-based 2D racing game</Summary>
  14. <Description>The purpose of the game is to race against 11 challenging computer players on different race tracks. Finishing in TOP-6 will unlock a new race track. Only a small portion of the race track is visible on the scrolling screen.</Description>
  15. <Archive sha1sum="859dcfab8ceb6c27adb73d2627ada17991b400ac" type="targz">https://github.com/juzzlin/DustRacing2D/archive/1.12.0.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>qt5-base-devel</Dependency>
  18. <Dependency>qt5-linguist</Dependency>
  19. <Dependency>openal-devel</Dependency>
  20. <Dependency>cmake</Dependency>
  21. <Dependency>pkgconfig</Dependency>
  22. <Dependency>libvorbis-devel</Dependency>
  23. <Dependency>mesa-devel</Dependency>
  24. <Dependency>mesa-glu-devel</Dependency>
  25. </BuildDependencies>
  26. </Source>
  27. <Package>
  28. <Name>dustrac</Name>
  29. <RuntimeDependencies>
  30. <Dependency>qt5-base</Dependency>
  31. <Dependency>openal</Dependency>
  32. <Dependency>libvorbis</Dependency>
  33. <Dependency>libgcc</Dependency>
  34. <Dependency>mesa</Dependency>
  35. </RuntimeDependencies>
  36. <Files>
  37. <Path fileType="executable">/usr/bin</Path>
  38. <Path fileType="data">/usr/share/appdata/</Path>
  39. <Path fileType="data">/usr/share/games</Path>
  40. <Path fileType="localedata">/usr/share/locale</Path>
  41. <Path fileType="application">/usr/share/applications</Path>
  42. <Path fileType="data">/usr/share/icons</Path>
  43. <Path fileType="pixmaps">/usr/share/pixmaps</Path>
  44. <Path fileType="doc">/usr/share/doc</Path>
  45. </Files>
  46. </Package>
  47. <History>
  48. <Update release="2">
  49. <Date>2017-04-25</Date>
  50. <Version>1.12.0</Version>
  51. <Comment>version bump</Comment>
  52. <Name>Stefan Gronewold(groni)</Name>
  53. <Email>groni@pisilinux.org</Email>
  54. </Update>
  55. <Update release="1">
  56. <Date>2015-11-20</Date>
  57. <Version>1.11.0</Version>
  58. <Comment>First release</Comment>
  59. <Name>Stefan Gronewold(groni)</Name>
  60. <Email>groni@pisilinux.org</Email>
  61. </Update>
  62. </History>
  63. </PISI>