From 8ad82dc02de2d9c2edf7b15a40803c4b1a9a4abf Mon Sep 17 00:00:00 2001 From: Humdinger Date: Tue, 16 May 2017 20:02:45 +0200 Subject: [PATCH] Recipe for ArtPaint 2.1.2 --- haiku-apps/artpaint/artpaint-2.1.2.recipe | 50 +++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 haiku-apps/artpaint/artpaint-2.1.2.recipe diff --git a/haiku-apps/artpaint/artpaint-2.1.2.recipe b/haiku-apps/artpaint/artpaint-2.1.2.recipe new file mode 100644 index 000000000..fdd3907bb --- /dev/null +++ b/haiku-apps/artpaint/artpaint-2.1.2.recipe @@ -0,0 +1,50 @@ +SUMMARY="A painting and image-processing program" +DESCRIPTION="ArtPaint is a program for painting and image-processing that \ +won a Be's Masters Award in 1998. + +The main features of ArtPaint include a comprehensive set of painting-tools \ +and real-time preview for many image-manipulating operations. +The key design principle has been to let the user see what they are doing \ +instead of just forcing them to type in some numbers and then hoping that \ +the result will not be too far from the expected." +HOMEPAGE="https://github.com/HaikuArchives/ArtPaint" +COPYRIGHT="2003 Heikki Suhonen + 2009 Karsten Heimrich + 2013-2017 HaikuArchives team" +LICENSE="MIT" +REVISION="1" +SOURCE_URI="https://github.com/HaikuArchives/ArtPaint/archive/$portVersion.tar.gz" +CHECKSUM_SHA256="19533e2f6029eae6cb5197f5c119580829b30203abc6d05dac98a7d591366f0e" +SOURCE_DIR="ArtPaint-$portVersion" + +ARCHITECTURES="x86_gcc2 ?x86 !x86_64" + +PROVIDES=" + artpaint = $portVersion + app:ArtPaint = $portVersion + " +REQUIRES=" + haiku + " + +BUILD_REQUIRES=" + haiku_devel + " +BUILD_PREREQUIRES=" + makefile_engine + cmd:gcc + cmd:ld + cmd:make + " + +BUILD() +{ + ./build.sh $jobArgs +} + +INSTALL() +{ + mkdir -p $appsDir/ArtPaint + cp -r dist/* $appsDir/ArtPaint + addAppDeskbarSymlink $appsDir/ArtPaint/ArtPaint +}