Extreme Tux Racer and sfml First Release

This commit is contained in:
alick01
2022-01-06 17:52:54 +03:00
parent b9b675cc07
commit a35156db1f
5 changed files with 168 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
WorkDir = "etr-0.8.1"
def setup():
autotools.configure("--prefix=/usr")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+56
View File
@@ -0,0 +1,56 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>etr</Name>
<Homepage>https://sourceforge.net/projects/extremetuxracer/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<Icon>etr</Icon>
<IsA>app:gui</IsA>
<PartOf>game.arcade</PartOf>
<Summary>High speed arctic racing game based on Tux Racer.</Summary>
<Description>Extreme Tux Racer is a racing game which forked off Tux Racer after work on it ceased. It was formerly known as Planet Penguin Racer.</Description>
<Archive sha1sum="de169a7586d21a2b3dc9fe533e6e29af0d561276" type="tarxz">https://downloads.sourceforge.net/extremetuxracer/etr-0.8.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>libgcc</Dependency>
<Dependency>libglvnd-devel</Dependency>
<Dependency>mesa-glu-devel</Dependency>
</BuildDependencies>
<Patches>
</Patches>
</Source>
<Package>
<Name>etr</Name>
<RuntimeDependencies>
<Dependency>mesa-glu</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>libglvnd</Dependency>
<Dependency>sfml</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="data">/usr/share/appdata</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/etr</Path>
<Path fileType="data">/usr/share/pixmaps</Path>
</Files>
<AdditionalFiles>
</AdditionalFiles>
</Package>
<History>
<Update release="1">
<Date>2022-01-05</Date>
<Version>0.8.1</Version>
<Comment>First release</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>extremetuxracer</Name>
<Summary xml:lang="tr">Buz üzerinde penguen yarışı</Summary>
<Description xml:lang="tr">Extreme Tux Penguin racer, buz üzerinde kayarak ve balık toplayarak zamana karşı yarışma oyunudur.</Description>
</Source>
</PISI>