mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
tuxpaint-stamps, collection of stamps to be used with TuxPaint (#3038)
This commit is contained in:
committed by
Scott McCreary
parent
bdda21e50f
commit
d69c1267f4
42
media-gfx/tuxpaint-stamps/tuxpaint_stamps-2018.09.01.recipe
Normal file
42
media-gfx/tuxpaint-stamps/tuxpaint_stamps-2018.09.01.recipe
Normal file
@@ -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/
|
||||
}
|
||||
Reference in New Issue
Block a user