0
0
Fork 0
haikuports/media-gfx/tuxpaint-stamps/tuxpaint_stamps-2021.06.28....

33 lines
943 B
Bash

SUMMARY="Huge set of 'Rubber Stamp' images for Tux Paint"
DESCRIPTION="Tux Paint is a free, award-winning drawing program for children \
ages 3 to 12 (for example, preschool and K-6).
This package contains thousands of images - from animals to clothes, food, \
sports to vehicles - that can be used as rubber stamps with Tux Paint."
HOMEPAGE="http://www.tuxpaint.org/"
COPYRIGHT="2002-2020 Bill Kendrick and others"
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="https://downloads.sourceforge.net/tuxpaint/tuxpaint-stamps-$portVersion.tar.gz"
CHECKSUM_SHA256="1e849c5fb8535608a49d7160936602e443505bd202ffc378d649f11053e817cb"
SOURCE_DIR="tuxpaint-stamps-$portVersion"
ARCHITECTURES="any"
DISABLE_SOURCE_PACKAGE="yes"
PROVIDES="
tuxpaint_stamps = $portVersion
"
BUILD_PREREQUIRES="
cmd:find
cmd:make
cmd:which
"
INSTALL()
{
mkdir -p $appsDir/TuxPaint/share/tuxpaint/
make install-all DATA_PREFIX=$appsDir/TuxPaint/share/tuxpaint/
}