SUMMARY="A painting and image editing program" DESCRIPTION="ArtPaint is a program for painting and image-processing that \ won a Be's Masters Award in 1998. Since then - after a rather long hiatus - \ ArtPaint development is active again on Haiku. The main features of ArtPaint include a comprehensive set of painting-tools \ and real-time preview for many image-manipulating add-ons." HOMEPAGE="https://github.com/HaikuArchives/ArtPaint" COPYRIGHT="2003 Heikki Suhonen 2009 Karsten Heimrich 2013-2022 HaikuArchives team" LICENSE="MIT" REVISION="1" SOURCE_URI="$HOMEPAGE/archive/$portVersion.tar.gz" CHECKSUM_SHA256="ff3f35a72f5bf1960a1b96d22652534dedb0a3c3d9971dd504c6cfce0e1b3209" SOURCE_DIR="ArtPaint-$portVersion" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" PROVIDES=" artpaint$secondaryArchSuffix = $portVersion app:ArtPaint = $portVersion " REQUIRES=" haiku$secondaryArchSuffix " BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel cmd:find " BUILD_PREREQUIRES=" makefile_engine cmd:g++$secondaryArchSuffix cmd:make " BUILD() { ./build.sh } INSTALL() { mkdir -p $appsDir/ArtPaint cp -r dist/* $appsDir/ArtPaint addAppDeskbarSymlink $appsDir/ArtPaint/ArtPaint }