12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>dustrac</Name>
- <Homepage>http://dustrac.sourceforge.net/</Homepage>
- <Packager>
- <Name>Stefan Gronewold(groni)</Name>
- <Email>groni@pisilinux.org</Email>
- </Packager>
- <License>GPLv3</License>
- <IsA>app:gui</IsA>
- <Summary>Dust Racing 2D (dustrac) is an open source, tile-based 2D racing game</Summary>
- <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>
- <Archive sha1sum="859dcfab8ceb6c27adb73d2627ada17991b400ac" type="targz">https://github.com/juzzlin/DustRacing2D/archive/1.12.0.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>qt5-base-devel</Dependency>
- <Dependency>qt5-linguist</Dependency>
- <Dependency>openal-devel</Dependency>
- <Dependency>cmake</Dependency>
- <Dependency>pkgconfig</Dependency>
- <Dependency>libvorbis-devel</Dependency>
- <Dependency>mesa-devel</Dependency>
- <Dependency>mesa-glu-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>dustrac</Name>
- <RuntimeDependencies>
- <Dependency>qt5-base</Dependency>
- <Dependency>openal</Dependency>
- <Dependency>libvorbis</Dependency>
- <Dependency>libgcc</Dependency>
- <Dependency>mesa</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="data">/usr/share/appdata/</Path>
- <Path fileType="data">/usr/share/games</Path>
- <Path fileType="localedata">/usr/share/locale</Path>
- <Path fileType="application">/usr/share/applications</Path>
- <Path fileType="data">/usr/share/icons</Path>
- <Path fileType="pixmaps">/usr/share/pixmaps</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <History>
- <Update release="2">
- <Date>2017-04-25</Date>
- <Version>1.12.0</Version>
- <Comment>version bump</Comment>
- <Name>Stefan Gronewold(groni)</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2015-11-20</Date>
- <Version>1.11.0</Version>
- <Comment>First release</Comment>
- <Name>Stefan Gronewold(groni)</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|