vincent: add opengl/es implementation, needs some finetuning, closes #1596
authorSimon Vogl <vogl@soft.uni-linz.ac.at>
Fri, 19 Jan 2007 21:49:19 +0000 (21:49 +0000)
committerKoen Kooi <koen@openembedded.org>
Fri, 19 Jan 2007 21:49:19 +0000 (21:49 +0000)
packages/vincent/.mtn2git_empty [new file with mode: 0644]
packages/vincent/vincent_svn.bb [new file with mode: 0644]

diff --git a/packages/vincent/.mtn2git_empty b/packages/vincent/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/vincent/vincent_svn.bb b/packages/vincent/vincent_svn.bb
new file mode 100644 (file)
index 0000000..87e1118
--- /dev/null
@@ -0,0 +1,25 @@
+DESCRIPTION = "Vincent OpenGL-ES library "
+HOMEPAGE = "http://sourceforge.net/projects/ogl-es/"
+LICENSE = "BSD"
+
+PV = "0.0+svn${SRCDATE}"
+PR = "r0"
+
+SRC_URI = "svn://svn.sourceforge.net/svnroot/ogl-es/branches;module=linux_nokia_770;proto=https"
+
+S = "${WORKDIR}/linux_nokia_770/ogles/projects/linux-x11"
+
+TOP = "${WORKDIR}/linux_nokia_770/ogles/"
+
+inherit autotools pkgconfig
+
+# PACKAGES = ${PN}
+
+do_stage() {
+        install -d ${STAGING_INCDIR}/GLES
+
+        install -m 0644 ${TOP}/include/ug.h ${STAGING_INCDIR}
+        install -m 0644 ${TOP}/include/GLES/* ${STAGING_INCDIR}/GLES/
+
+        oe_libinstall -so libvincent ${STAGING_LIBDIR}
+}