generic-poky/meta-extras/packages/vincent/vincent_svn.bb

26 lines
612 B
BlitzBasic

DESCRIPTION = "Vincent OpenGL-ES library "
HOMEPAGE = "http://sourceforge.net/projects/ogl-es/"
LICENSE = "BSD"
DEPENDS = "virtual/libx11"
PV = "0.0+svnr${SRCREV}"
PR = "r2"
SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=ogles;proto=http \
file://libtool222.patch;patch=1"
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}
}