wok rev 7416

Add frozen-bubble.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Nov 28 00:32:42 2010 +0000 (2010-11-28)
parents b389bb6021ce
children c27cb9190c28
files frozen-bubble/receipt frozen-bubble/stuff/frozen-bubble.desktop frozen-bubble/stuff/frozen-bubble.png
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/frozen-bubble/receipt	Sun Nov 28 00:32:42 2010 +0000
     1.3 @@ -0,0 +1,32 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="frozen-bubble"
     1.7 +VERSION="2.2.0"
     1.8 +CATEGORY="games"
     1.9 +SHORT_DESC="A game in which you throw colorful bubbles and build groups to destroy the bubbles."
    1.10 +MAINTAINER="slaxemulator@gmail.com"
    1.11 +DEPENDS="perl-locale-gettext libsdl-mixer libsdl-pango libsdl-perl"
    1.12 +BUILD_DEPENDS="perl-locale-gettext gettext glib-dev libsdl-dev libsdl-gfx-dev libsdl-image-dev libsdl-net-dev freetype-dev libsdl-ttf-dev libsdl-mixer-dev libsdl-pango-dev libsmpeg-dev pkg-config libsdl-perl mesa-dev glibc-locale"
    1.13 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.14 +WEB_SITE="http://www.frozen-bubble.org"
    1.15 +WGET_URL="$WEB_SITE/data/$TARBALL"
    1.16 +
    1.17 +# Rules to configure and make the package.
    1.18 +compile_rules()
    1.19 +{
    1.20 +	cd $src
    1.21 +	make OPTIMIZE="${CFLAGS}" \
    1.22 +		CFLAGS="$(pkg-config glib-2.0 --cflags)" INSTALLDIRS=vendor \
    1.23 +		PREFIX=/usr
    1.24 +	make DESTDIR=$PWD/_pkg PREFIX=/usr install
    1.25 +}
    1.26 +
    1.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.28 +genpkg_rules()
    1.29 +{
    1.30 +	mkdir -p $fs/usr/share/pixmaps
    1.31 +	cp -a $_pkg/usr/bin $fs/usr
    1.32 +	cp -a $_pkg/usr/lib $fs/usr
    1.33 +	cp -a $_pkg/usr/share/frozen-bubble $fs/usr/share
    1.34 +}
    1.35 +
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/frozen-bubble/stuff/frozen-bubble.desktop	Sun Nov 28 00:32:42 2010 +0000
     2.3 @@ -0,0 +1,9 @@
     2.4 +[Desktop Entry]
     2.5 +Type=Application
     2.6 +Version=1.0
     2.7 +Encoding=UTF-8
     2.8 +Name=Frozen Bubble
     2.9 +Icon=frozen-bubble.png
    2.10 +Exec=frozen-bubble
    2.11 +Terminal=false
    2.12 +Categories=Game;
     3.1 Binary file frozen-bubble/stuff/frozen-bubble.png has changed