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.
This commit is contained in:
Scott McCreary
2011-01-26 01:01:58 +00:00
parent 5369a38c78
commit 8a64aa5160

View File

@@ -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"