From d69c1267f4fa8ec02121bb708e61eb2ad807f732 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Wed, 12 Sep 2018 18:51:37 +0200 Subject: [PATCH] tuxpaint-stamps, collection of stamps to be used with TuxPaint (#3038) --- .../tuxpaint_stamps-2018.09.01.recipe | 42 +++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 media-gfx/tuxpaint-stamps/tuxpaint_stamps-2018.09.01.recipe diff --git a/media-gfx/tuxpaint-stamps/tuxpaint_stamps-2018.09.01.recipe b/media-gfx/tuxpaint-stamps/tuxpaint_stamps-2018.09.01.recipe new file mode 100644 index 000000000..da4a0a85c --- /dev/null +++ b/media-gfx/tuxpaint-stamps/tuxpaint_stamps-2018.09.01.recipe @@ -0,0 +1,42 @@ +SUMMARY="Set of 'Rubber Stamp' images which can be used within Tux Paint" +DESCRIPTION="Tux Paint is a free, award-winning drawing program for children \ +ages 3 to 12 (for example, preschool and K-6). Tux Paint is used \ +in schools and around the world as a computer literacy drawing activity. \ +It combines an easy-to-use interface, fun sound effects, and an \ +encouraging cartoon mascot who guides children as they use the program." +HOMEPAGE="http://www.tuxpaint.org/" +COPYRIGHT="2002-2018 Bill Kendrick and others" +LICENSE="GNU GPL v2" +REVISION="1" +SOURCE_URI="https://downloads.sourceforge.net/tuxpaint/tuxpaint-stamps-$portVersion.tar.gz" +CHECKSUM_SHA256="d78f55e7fde6abc3fb1a79e6fed0114a2c0ad2edff7ee5f8db43fa23e61079ea" +SOURCE_DIR="tuxpaint-stamps-$portVersion" + +ARCHITECTURES="any" +DISABLE_SOURCE_PACKAGE="yes" + +PROVIDES=" + tuxpaint_stamps = $portVersion + " +REQUIRES=" + haiku + " + +BUILD_REQUIRES=" + haiku_devel + " +BUILD_PREREQUIRES=" + cmd:find + cmd:make + " + +BUILD() +{ + true +} + +INSTALL() +{ + mkdir -p $appsDir/TuxPaint/share/tuxpaint/ + make install-all DATA_PREFIX=$appsDir/TuxPaint/share/tuxpaint/ +}