wok rev 23948

Add barrage & penguin-command (thanks rerievo)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Sep 20 16:26:50 2020 +0000 (2020-09-20)
parents 4d52a83c3268
children 16f82aa57dfd
files barrage/receipt penguin-command/receipt penguin-command/stuff/penguin-command.desktop penguin-command/stuff/penguin-command.png
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/barrage/receipt	Sun Sep 20 16:26:50 2020 +0000
     1.3 @@ -0,0 +1,31 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="barrage"
     1.7 +VERSION="1.0.5"
     1.8 +CATEGORY="games"
     1.9 +SHORT_DESC="Practice artillery nondestructive"
    1.10 +MAINTAINER="René Rivero <arca1085@gmail.com>"
    1.11 +LICENSE="GPL2"
    1.12 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.13 +WEB_SITE="http://lgames.sourceforge.net/Barrage/"
    1.14 +WGET_URL="https://ufpr.dl.sourceforge.net/project/lgames/$PACKAGE/$TARBALL"
    1.15 +
    1.16 +DEPENDS="libsdl libsdl-mixer"
    1.17 +BUILD_DEPENDS="libsdl-dev libsdl-mixer-dev"
    1.18 +
    1.19 +# Rules to configure and make the package.
    1.20 +compile_rules()
    1.21 +{
    1.22 +	./configure --localstatedir=/var/games && make && make install
    1.23 +}
    1.24 +
    1.25 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.26 +genpkg_rules()
    1.27 +{
    1.28 +	mkdir -p $fs/usr
    1.29 +	cp -a $install/usr/share $fs/usr
    1.30 +	cp -a $install/var $fs
    1.31 +	cp -a $install/usr/bin $fs/usr
    1.32 +	cp $install/usr/share/icons $fs/usr/share
    1.33 +	chown -R root.root $fs
    1.34 +}
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/penguin-command/receipt	Sun Sep 20 16:26:50 2020 +0000
     2.3 @@ -0,0 +1,31 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="penguin-command"
     2.7 +VERSION="1.6.11"
     2.8 +CATEGORY="games"
     2.9 +SHORT_DESC="clone the classic Missile Command Game"
    2.10 +MAINTAINER="René Rivero <arca1085@gmail.com>"
    2.11 +LICENSE="GPL"
    2.12 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.13 +WEB_SITE="http://linux-games.com/penguin-command/"
    2.14 +WGET_URL="https://ufpr.dl.sourceforge.net/project/$PACKAGE/$PACKAGE/$VERSION/$TARBALL"
    2.15 +
    2.16 +DEPENDS="libsdl libsdl-mixer libsdl-image"
    2.17 +BUILD_DEPENDS="libsdl-dev libsdl-mixer-dev libsdl-image-dev"
    2.18 +
    2.19 +# Rules to configure and make the package.
    2.20 +compile_rules()
    2.21 +{
    2.22 +	./configure && make && make install
    2.23 +}
    2.24 +
    2.25 +# Rules to gen a SliTaz package suitable for Tazpkg.
    2.26 +genpkg_rules()
    2.27 +{
    2.28 +	mkdir -p $fs/usr/share/applications
    2.29 +	cp -a $install/usr/share/penguin-command $fs/usr/share
    2.30 +	cp -a $install/usr/bin $fs/usr
    2.31 +	cp $stuff/penguin-command.png $fs/usr/share/penguin-command/penguin-command.png
    2.32 +	cp $stuff/penguin-command.desktop $fs/usr/share/applications
    2.33 +	chown -R root.root $fs
    2.34 +}
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/penguin-command/stuff/penguin-command.desktop	Sun Sep 20 16:26:50 2020 +0000
     3.3 @@ -0,0 +1,8 @@
     3.4 +[Desktop Entry]
     3.5 +Encoding=UTF-8
     3.6 +Name=Penguin Command
     3.7 +Comment=Missile Attack
     3.8 +Exec=/usr/bin/penguin-command
     3.9 +Icon=/usr/share/penguin-command/penguin-command.png
    3.10 +Type=Application
    3.11 +Categories=Application;Game;
     4.1 Binary file penguin-command/stuff/penguin-command.png has changed