tuxpaint, add RC1 for version 0.9.30 (#8644)

This commit is contained in:
Schrijvers Luc
2023-05-15 12:50:04 +02:00
committed by GitHub
parent 8b02a304ed
commit 407b481e43
4 changed files with 271 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
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://sourceforge.net/projects/tuxpaint/files/tuxpaint-stamps/2023-05-XX-beta/tuxpaint-stamps-$portVersion.tar.gz"
CHECKSUM_SHA256="055b54177c2081d48385d8a5954fe30de9b79e55fee12a444071d96737dcd09e"
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/
}