Proje Gitea'ya taşındı (Temiz başlangıç)
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
#!/usr/bin/env 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 get, pisitools, shelltools
|
||||
|
||||
NoStrip = ["/opt", "/usr"]
|
||||
IgnoreAutodep = True
|
||||
|
||||
def setup():
|
||||
shelltools.system("pwd")
|
||||
shelltools.system("unzip SDLPoP-1.23.zip")
|
||||
|
||||
def install():
|
||||
pisitools.insinto( "/opt/", "SDLPoP-1.23/")
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=Prince of Persia
|
||||
GenericName=Retro Platform Game
|
||||
Icon=PrinceofPersia.png
|
||||
Exec=/opt/SDLPoP-1.23/prince
|
||||
Terminal=false
|
||||
Categories=Game
|
||||
Keywords=platform,retro
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 522 KiB |
@@ -0,0 +1,43 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>PrinceofPersia</Name>
|
||||
<Homepage>https://www.popot.org/get_the_games/software/SDLPoP/SDLPoP-1.23.zip</Homepage>
|
||||
<Packager>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<Summary>Retro Platform Game</Summary>
|
||||
<Description>This is an open-source port/conversion of the DOS game Prince of Persia. It is based on the disassembly of the original PoP1 for DOS.</Description>
|
||||
<License>gpl2</License>
|
||||
<PartOf>Game</PartOf>
|
||||
<Archive sha1sum="5b00c6272f9b132b525664fe04689616b7fbb4ef" type="binary">https://www.popot.org/get_the_games/software/SDLPoP/SDLPoP-1.23.zip</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>PrinceofPersia</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>sdl2-image</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/opt</Path>
|
||||
<Path fileType="data">/usr/share/applications</Path>
|
||||
<Path fileType="data">/usr/share/icons</Path>
|
||||
</Files>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile target="/usr/share/applications/PrinceofPersia.desktop">PrinceofPersia.desktop</AdditionalFile>
|
||||
<AdditionalFile target="/usr/share/icons/PrinceofPersia.png">PrinceofPersia.png</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2023-04-19</Date>
|
||||
<Version>1.23</Version>
|
||||
<Comment>First Release</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user