mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 22:48:55 +02:00
43 lines
1.1 KiB
Bash
43 lines
1.1 KiB
Bash
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/
|
|
}
|