Proje Gitea'ya taşındı (Temiz başlangıç)
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
#!/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 pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import scons
|
||||
from pisi.actionsapi import get
|
||||
|
||||
|
||||
def setup():
|
||||
autotools.configure("--prefix=/usr")
|
||||
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
shelltools.system("cd src")
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
pisitools.insinto("/usr/share/pixmaps/", "data/atari2.png", "atari800.png")
|
||||
pisitools.dodir("/usr/share/atari800")
|
||||
pisitools.dodir("/etc")
|
||||
pisitools.dodoc("COPYING", "README.TXT*")
|
||||
|
||||
@@ -0,0 +1,27 @@
|
||||
#!/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 pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import scons
|
||||
from pisi.actionsapi import get
|
||||
|
||||
|
||||
def setup():
|
||||
autotools.configure("--prefix=/usr")
|
||||
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
shelltools.system("cd src")
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
pisitools.insinto("/usr/share/pixmaps/", "data/atari2.png", "atari800.png")
|
||||
pisitools.dodir("/usr/share/atari800")
|
||||
pisitools.dodoc("COPYING", "README.TXT*")
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,10 @@
|
||||
[Desktop Entry]
|
||||
Name=Atari800
|
||||
GenericName=Atari800 - portable and free Atari 8-bit emulator
|
||||
Comment=Atari800 is the emulator of Atari 8-bit computer systems and 5200 game console for Linux [...] and other systems supported by the SDL library. Our main objective is to create a freely distributable portable emulator (i.e. with source code available).
|
||||
Exec=atari800
|
||||
Icon=atari800
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Game;Emulator;
|
||||
Keywords=Game;Emulator;Arcade;
|
||||
@@ -0,0 +1,64 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>atari800</Name>
|
||||
<Homepage>https://github.com/atari800/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<Icon>atari800</Icon>
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>Atari800 simulation</Summary>
|
||||
<Description>An emulator of the Atari 800/800XL/130XE/5200 with various extensions</Description>
|
||||
<Archive sha1sum="a921d770bb9df9ffc6d3ae04f21592f87c685272" type="targz">https://github.com/atari800/atari800/releases/download/ATARI800_5_2_0/atari800-5.2.0-src.tgz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libsdl2-devel</Dependency>
|
||||
<Dependency>libsdl-devel</Dependency>
|
||||
<Dependency>libpng-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>atari800</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libsdl2</Dependency>
|
||||
<Dependency>libsdl2-32bit</Dependency>
|
||||
<Dependency>libsdl</Dependency>
|
||||
<Dependency>libsdl-32bit</Dependency>
|
||||
<Dependency>libpng</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share/applications</Path>
|
||||
<Path fileType="data">/usr/share/atari800</Path>
|
||||
<Path fileType="data">/usr/share/doc</Path>
|
||||
<Path fileType="doc">/usr/share/man/man1</Path>
|
||||
<Path fileType="data">/usr/share/pixmaps</Path>
|
||||
<Path fileType="data">/etc</Path>
|
||||
</Files>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile owner="root" permission="0644" target="/usr/share/applications/atari800.desktop">atari800.desktop</AdditionalFile>
|
||||
<AdditionalFile owner="root" permission="0644" target="/usr/share/atari800/ATARI5300.ROM">ATARI5200.ROM</AdditionalFile>
|
||||
<AdditionalFile owner="root" permission="0644" target="/usr/share/atari800/ATARIXL.ROM">ATARIXL.ROM</AdditionalFile>
|
||||
<AdditionalFile owner="root" permission="0644" target="/usr/share/atari800/ATARIBAS.ROM">ATARIBAS.ROM</AdditionalFile>
|
||||
<AdditionalFile owner="root" permission="0644" target="/usr/share/atari800/ATARIOSA.ROM">ATARIOSA.ROM</AdditionalFile>
|
||||
<AdditionalFile owner="root" permission="0644" target="/usr/share/atari800/ATARIOSB.ROM">ATARIOSB.ROM</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2024-11-20</Date>
|
||||
<Version>5.2.0</Version>
|
||||
<Comment>First Release</Comment>
|
||||
<Name>Ali Cengiz Kurt</Name>
|
||||
<Email>alicengizkurt@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>atari800</Name>
|
||||
<Summary xml:lang="tr">Atari800 emülatörü</Summary>
|
||||
<Description xml:lang="tr">Atari 800/800XL/130XE/5200 emülatörü</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user