r548 - in trunk/oe/packages: . mtpaint


Sat Jan 13 17:48:23 CET 2007


Author: 
Date: 2007-01-13 17:48:23 +0100 (Sat, 13 Jan 2007)
New Revision: 548

Added:
   trunk/oe/packages/mtpaint/
   trunk/oe/packages/mtpaint/mtpaint_3.02.bb
Log:
oe: add mtpaint, a nice paint program for testing our touchscreen and color problems


Added: trunk/oe/packages/mtpaint/mtpaint_3.02.bb
===================================================================
--- trunk/oe/packages/mtpaint/mtpaint_3.02.bb	2007-01-13 09:54:25 UTC (rev 547)
+++ trunk/oe/packages/mtpaint/mtpaint_3.02.bb	2007-01-13 16:48:23 UTC (rev 548)
@@ -0,0 +1,25 @@
+DESCRIPTION = "mtPaint is a simple painting program"
+SECTION = "x11/graphics"
+DEPENDS = "gtk+ jpeg"
+HOMEPAGE = "http://mtpaint.sf.net"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/mtpaint/mtpaint-3.02.tar.bz2"
+
+do_configure() {
+	./configure gtk2
+	cat > _conf.txt <<EOF
+CC = ${CC}
+MT_VERSION=mtPaint 3.02
+MT_DATE=2006-10-14
+LDFLAG = ${LDFLAGS} `pkg-config --libs gtk+-2.0` -ljpeg
+CFLAG = ${CFLAGS} `pkg-config --cflags gtk+-2.0` -DVERSION="\"mtPaint 3.02"\" -DU_JPEG
+subdirs = src
+BIN_INSTALL="/usr/local/bin"
+EOF
+}
+
+do_install() {
+	install -d ${D}${bindir}
+	install -m 0755 src/mtpaint ${D}${bindir}
+}
+





More information about the commitlog mailing list