From: Richard Purdie Date: Tue, 30 Jan 2007 22:51:53 +0000 (+0000) Subject: Add vincent to poky-extras X-Git-Tag: 2011-1~12179 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=81f0ee53d5c1bbb33c256c909bb5b7b16dcf8f7c;p=openembedded-core.git Add vincent to poky-extras git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1234 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- diff --git a/meta-extras/packages/vincent/vincent_svn.bb b/meta-extras/packages/vincent/vincent_svn.bb new file mode 100644 index 0000000000..8eafde7470 --- /dev/null +++ b/meta-extras/packages/vincent/vincent_svn.bb @@ -0,0 +1,22 @@ +DESCRIPTION = "Vincent OpenGL-ES library " +HOMEPAGE = "http://sourceforge.net/projects/ogl-es/" +LICENSE = "BSD" + +PV = "0.0+svn${SRCDATE}" +PR = "r1" + +SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=ogles;proto=http" +S = "${WORKDIR}/ogles/" + +inherit autotools pkgconfig + +# PACKAGES = ${PN} + +do_stage() { + install -d ${STAGING_INCDIR}/GLES + + install -m 0644 ${S}/include/ug.h ${STAGING_INCDIR} + install -m 0644 ${S}/include/GLES/* ${STAGING_INCDIR}/GLES/ + + oe_libinstall -so libvincent ${STAGING_LIBDIR} +}