From 8a64aa51604bd1819e77e6c17b0ea29efc58da59 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Wed, 26 Jan 2011 01:01:58 +0000 Subject: [PATCH] Initial bep file for building artpaint. It's not building yet as the artpaint jam file seems to expect files to be in a hard coded path. Need to find a clean workaround for this. --- haiku-apps/artpaint/artpaint-339.bep | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 haiku-apps/artpaint/artpaint-339.bep diff --git a/haiku-apps/artpaint/artpaint-339.bep b/haiku-apps/artpaint/artpaint-339.bep new file mode 100644 index 000000000..c62b03f98 --- /dev/null +++ b/haiku-apps/artpaint/artpaint-339.bep @@ -0,0 +1,18 @@ +DESCRIPTION="Artpaint is a painting and image processing program" +HOMEPAGE="http://dev.osdrawer.net/projects/artpaint" +SRC_URI="svn+http://svn.osdrawer.net/artpaint/trunk" +REVISION="1" +STATUS_HAIKU="stable" +DEPEND="" +#CHECKSUM_MD5="" +BUILD { + echo "Need to figure out how to build this still" +} + +INSTALL { + echo "Need to figure out how to install this still" +} + +LICENSE="MIT" +COPYRIGHT="2003, Heikki Suhonen + 2008-2009 ArtPaint Maintainers"