[oe-commits] org.oe.dev vincent: add opengl/es implementation, needs some finetuning, closes #1596

vogl commit openembedded-commits at lists.openembedded.org
Fri Jan 19 22:11:33 UTC 2007


vincent: add opengl/es implementation, needs some finetuning, closes #1596

Author: vogl at soft.uni-linz.ac.at
Branch: org.openembedded.dev
Revision: d1a5870c3cde03817bda3c3ca4e743b9c347e15d
ViewMTN: http://monotone.openembedded.org/revision.psp?id=d1a5870c3cde03817bda3c3ca4e743b9c347e15d
Files:
1
packages/vincent
packages/vincent/vincent_svn.bb
Diffs:

#
# mt diff -r5abd148d9d3d7cb1ecc6fbe36aacbf55315518b5 -rd1a5870c3cde03817bda3c3ca4e743b9c347e15d
#
# 
# 
# add_dir "packages/vincent"
# 
# add_file "packages/vincent/vincent_svn.bb"
#  content [eca9acfded3f37f8d164d8230c3f0932ee2788ef]
# 
============================================================
--- packages/vincent/vincent_svn.bb	eca9acfded3f37f8d164d8230c3f0932ee2788ef
+++ packages/vincent/vincent_svn.bb	eca9acfded3f37f8d164d8230c3f0932ee2788ef
@@ -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}
+}






More information about the Openembedded-commits mailing list