1SUMMARY="Huge set of 'Rubber Stamp' images for Tux Paint"
2DESCRIPTION="Tux Paint is a free, award-winning drawing program for children \
3ages 3 to 12 (for example, preschool and K-6).
4
5This package contains thousands of images - from animals to clothes, food, \
6sports to vehicles - that can be used as rubber stamps with Tux Paint."
7HOMEPAGE="http://www.tuxpaint.org/"
8COPYRIGHT="2002-2024 Bill Kendrick and others"
9LICENSE="GNU GPL v2"
10REVISION="1"
11SOURCE_URI="https://sourceforge.net/projects/tuxpaint/files/tuxpaint-stamps/${portVersion//./-}/tuxpaint-stamps-$portVersion.tar.gz"
12CHECKSUM_SHA256="1b0271f6da9a5fb23adb7b494183b9de289a02966d62c4cb430da9b4120594a9"
13SOURCE_DIR="tuxpaint-stamps-$portVersion"
14
15ARCHITECTURES="any"
16DISABLE_SOURCE_PACKAGE="yes"
17
18PROVIDES="
19	tuxpaint_stamps = $portVersion
20	"
21
22BUILD_PREREQUIRES="
23	cmd:find
24	cmd:make
25	cmd:which
26	"
27
28INSTALL()
29{
30	mkdir -p $appsDir/TuxPaint/share/tuxpaint/
31	make install-all DATA_PREFIX=$appsDir/TuxPaint/share/tuxpaint/
32}
33