wok-undigest rev 1185

Opensonic. Lightweight version without audio support. Built starting the official binary.
author Leonardo Laporte <hackdorte@sapo.pt>
date Fri Feb 19 09:28:48 2016 -0200 (2016-02-19)
parents 7ef6093fdb4f
children 0345301777e0
files opensnc/description.txt opensnc/receipt opensnc/stuff/opensonic.desktop
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/opensnc/description.txt	Fri Feb 19 09:28:48 2016 -0200
     1.3 @@ -0,0 +1,12 @@
     1.4 +| - [Slitaz GNU/Linux] Package Description ------------------ |
     1.5 +|                                                             |
     1.6 +|  Opensonic 0.1.4                                            |
     1.7 +|                                                             |
     1.8 +|  Open Sonic is a free open-source game based on the "Sonic  |
     1.9 +|  the Hedgehog" universe. It introduces a different style of |
    1.10 +|  gameplay called cooperative play, in which it's possible   |
    1.11 +|  to control 3 characters simultaneously.                    |
    1.12 +|                                                             |
    1.13 +|  http://opensnc.sourceforge.net/                            |
    1.14 +|                                                             |
    1.15 +| ---------------------------------------- (www.slitaz.org) - |
    1.16 \ No newline at end of file
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/opensnc/receipt	Fri Feb 19 09:28:48 2016 -0200
     2.3 @@ -0,0 +1,30 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="opensnc"
     2.7 +VERSION="0.1.4"
     2.8 +CATEGORY="games"
     2.9 +SHORT_DESC="Open Sonic is an open-source game based on the (Sonic the Hedgehog) universe."
    2.10 +MAINTAINER="hackdorte@sapo.pt"
    2.11 +LICENSE="GPL2"
    2.12 +WEB_SITE="http://opensnc.sourceforge.net/"
    2.13 +
    2.14 +TARBALL="opensnc-linux-0.1.4.tar.gz"
    2.15 +WGET_URL="https://sourceforge.net/projects/$PACKAGE/files/Open%20Sonic/$VERSION/$TARBALL/download"
    2.16 +
    2.17 +DEPENDS=""
    2.18 +BUILD_DEPENDS="wget"
    2.19 +
    2.20 +# Rules to configure and make the package.
    2.21 +compile_rules()
    2.22 +{
    2.23 +  mkdir -p $install/usr/share/games/opensnc-linux-0.1.4
    2.24 +  cp -a $src/* $install/usr/share/games/opensnc-linux-0.1.4
    2.25 +}
    2.26 +
    2.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
    2.28 +genpkg_rules()
    2.29 +{
    2.30 +  cp -a $install/* $fs
    2.31 +  mkdir -p $fs/usr/share/applications
    2.32 +  cp -a stuff/* $fs/usr/share/applications
    2.33 +}
    2.34 \ No newline at end of file
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/opensnc/stuff/opensonic.desktop	Fri Feb 19 09:28:48 2016 -0200
     3.3 @@ -0,0 +1,7 @@
     3.4 +[Desktop Entry]
     3.5 +Type=Application
     3.6 +Name=Opensonic
     3.7 +Comment=Open Sonic is an game based on the (Sonic the Hedgehog) universe.
     3.8 +Exec=/usr/share/games/opensnc-linux-0.1.4/opensonic
     3.9 +Icon=/usr/share/games/opensnc-linux-0.1.4/icon.png
    3.10 +Categories=Game;ArcadeGame;