wok rev 12729

Add tuxpaint (we was missing him, at least my son :-)
author Christophe Lincoln <pankso@slitaz.org>
date Sat May 05 19:00:56 2012 +0200 (2012-05-05)
parents 2256668cf432
children ec406fa1137b
files tuxpaint/description.txt tuxpaint/receipt tuxpaint/stuff/tuxpaint.desktop
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/tuxpaint/description.txt	Sat May 05 19:00:56 2012 +0200
     1.3 @@ -0,0 +1,9 @@
     1.4 +Tux Paint is a free, award-winning drawing program for children ages 3 to 12.
     1.5 +It combines an easy-to-use interface, fun sound effects, and an encouraging
     1.6 +cartoon mascot who guides children as they use the program.
     1.7 +
     1.8 +Kids are presented with a blank canvas and a variety of drawing tools to help
     1.9 +them be creative. Along with paintbrush, shapes and text, Tux Paint includes
    1.10 +a "stamp" feature to add pre-drawn or photographic imagery to pictures, and
    1.11 +a set of "magic tools" that provide filter effects (like blur, tint and waves)
    1.12 +and interesting drawing tools (like train tracks, bubbles and grass).
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/tuxpaint/receipt	Sat May 05 19:00:56 2012 +0200
     2.3 @@ -0,0 +1,35 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="tuxpaint"
     2.7 +VERSION="0.9.21"
     2.8 +CATEGORY="graphics"
     2.9 +SHORT_DESC="Kid painting programm."
    2.10 +MAINTAINER="pankso@slitaz.org"
    2.11 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.12 +WEB_SITE="http://tuxpaint.org/"
    2.13 +WGET_URL="http://downloads.sourceforge.net/sourceforge/$PACKAGE/$TARBALL"
    2.14 +
    2.15 +DEPENDS="libpng fribidi librsvg cairo libsdl-mixer libsdl-pango libsdl-image \
    2.16 +libsdl-ttf libpaper python"
    2.17 +BUILD_DEPENDS="libpng-dev fribidi-dev librsvg-dev cairo-dev libsdl-dev \
    2.18 +libsdl-mixer-dev libsdl-pango-dev libsdl-image-dev libsdl-ttf-dev \
    2.19 +libpaper-dev python-dev"
    2.20 +
    2.21 +# Rules to configure and make the package.
    2.22 +compile_rules()
    2.23 +{
    2.24 +	cd $src
    2.25 +	sed -i 's/$(ARCH_LINKS)/$(ARCH_LINKS) -lpng/' Makefile
    2.26 +	make PREFIX=/usr
    2.27 +	make PREFIX=/usr DESTDIR=$DESTDIR install
    2.28 +}
    2.29 +
    2.30 +# Rules to gen a SliTaz package suitable for Tazpkg.
    2.31 +genpkg_rules()
    2.32 +{
    2.33 +	mkdir -p $fs/usr/share
    2.34 +	cp -a $install/etc $fs
    2.35 +	cp -a $install/usr/bin $fs/usr
    2.36 +	cp -a $install/usr/lib $fs/usr
    2.37 +	cp -a $install/usr/share/tuxpaint $fs/usr/share
    2.38 +}
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/tuxpaint/stuff/tuxpaint.desktop	Sat May 05 19:00:56 2012 +0200
     3.3 @@ -0,0 +1,10 @@
     3.4 +[Desktop Entry]
     3.5 +Encoding=UTF-8
     3.6 +Type=Application
     3.7 +Name=TuxPaint Images Editor
     3.8 +Name[fr]=Éditeur d'images TuxPaint
     3.9 +Exec=tuxpaint %f
    3.10 +Icon=tuxpaint
    3.11 +MimeType=image/png;image/jpeg;
    3.12 +Categories=Graphics;
    3.13 +Terminal=false