[Lunar-commits] <moonbase-other> tuxpaint: added to -other
v4hn
me at v4hn.de
Sun Nov 18 23:38:05 CET 2012
commit b2badb303331ef6cbab25a091aa9f26590aa184b
Author: v4hn <me at v4hn.de>
Date: Sun, 18 Nov 2012 14:38:05 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/b2badb303331ef6cbab25a091aa9f26590aa184b
tuxpaint: added to -other
---
graphics/tuxpaint/BUILD | +13/-0
graphics/tuxpaint/DEPENDS | +9/-0
graphics/tuxpaint/DETAILS | +17/-0
3 files changed, 39 insertions(+)
--- /dev/null
+++ b/graphics/tuxpaint/BUILD
@@ -0,0 +1,13 @@
+(
+
+ sedit "s@\(linux_ARCH_LINKS:=.*\)\$@\1 \$(PNG) -lm@" Makefile &&
+ sedit "s at -g3@@" Makefile &&
+ sedit "s at Art\;@Art\;Graphics@" src/tuxpaint.desktop.in &&
+
+ make $OPTS PREFIX=/usr &&
+ prepare_install &&
+
+ # GNOME_PREFIX triggers installation of a .desktop file
+ make install PREFIX=/usr GNOME_PREFIX=/usr
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/graphics/tuxpaint/DEPENDS
@@ -0,0 +1,9 @@
+depends SDL
+depends SDL_image
+depends SDL_Pango
+
+depends libpng
+
+optional_depends SDL_mixer "" "SDL_MIXER_LIB=" "audio support"
+
+optional_depends librsvg "" "SVG_LIB= SVG_CFLAGS=" "support for SVG stamps"
--- /dev/null
+++ b/graphics/tuxpaint/DETAILS
@@ -0,0 +1,17 @@
+ MODULE=tuxpaint
+ VERSION=0.9.21
+ SOURCE=${MODULE}-${VERSION}.tar.gz
+ SOURCE_URL=$SFORGE_URL/$MODULE/$VERSION
+ SOURCE_VFY=sha1:082a179a3cb44ee17af47421bc92125a890846e4
+ WEB_SITE=http://www.tuxpaint.org
+ ENTERED=20121118
+ UPDATED=20121118
+ SHORT="drawing software for children"
+
+cat << EOF
+Tux Paint is a free drawing program designed for young children (kids
+ages 3 and up). It has a simple, easy-to-use interface, fun sound
+effects, and an encouraging cartoon mascot who helps guide children as
+they use the program. It provides a blank canvas and a variety of
+drawing tools to help your child be creative.
+EOF
More information about the Lunar-commits
mailing list