# HG changeset patch # User Leonardo Laporte # Date 1455881328 7200 # Node ID cd2c06495b83993c4bc37dd7f26792acef4980a2 # Parent 7ef6093fdb4f91934f8a165c6f61d9a464fdfa28 Opensonic. Lightweight version without audio support. Built starting the official binary. diff -r 7ef6093fdb4f -r cd2c06495b83 opensnc/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/opensnc/description.txt Fri Feb 19 09:28:48 2016 -0200 @@ -0,0 +1,12 @@ +| - [Slitaz GNU/Linux] Package Description ------------------ | +| | +| Opensonic 0.1.4 | +| | +| Open Sonic is a free open-source game based on the "Sonic | +| the Hedgehog" universe. It introduces a different style of | +| gameplay called cooperative play, in which it's possible | +| to control 3 characters simultaneously. | +| | +| http://opensnc.sourceforge.net/ | +| | +| ---------------------------------------- (www.slitaz.org) - | \ No newline at end of file diff -r 7ef6093fdb4f -r cd2c06495b83 opensnc/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/opensnc/receipt Fri Feb 19 09:28:48 2016 -0200 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="opensnc" +VERSION="0.1.4" +CATEGORY="games" +SHORT_DESC="Open Sonic is an open-source game based on the (Sonic the Hedgehog) universe." +MAINTAINER="hackdorte@sapo.pt" +LICENSE="GPL2" +WEB_SITE="http://opensnc.sourceforge.net/" + +TARBALL="opensnc-linux-0.1.4.tar.gz" +WGET_URL="https://sourceforge.net/projects/$PACKAGE/files/Open%20Sonic/$VERSION/$TARBALL/download" + +DEPENDS="" +BUILD_DEPENDS="wget" + +# Rules to configure and make the package. +compile_rules() +{ + mkdir -p $install/usr/share/games/opensnc-linux-0.1.4 + cp -a $src/* $install/usr/share/games/opensnc-linux-0.1.4 +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/* $fs + mkdir -p $fs/usr/share/applications + cp -a stuff/* $fs/usr/share/applications +} \ No newline at end of file diff -r 7ef6093fdb4f -r cd2c06495b83 opensnc/stuff/opensonic.desktop --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/opensnc/stuff/opensonic.desktop Fri Feb 19 09:28:48 2016 -0200 @@ -0,0 +1,7 @@ +[Desktop Entry] +Type=Application +Name=Opensonic +Comment=Open Sonic is an game based on the (Sonic the Hedgehog) universe. +Exec=/usr/share/games/opensnc-linux-0.1.4/opensonic +Icon=/usr/share/games/opensnc-linux-0.1.4/icon.png +Categories=Game;ArcadeGame;