diff options
Diffstat (limited to 'packages/xxf86dgaext/xxf86dgaext_cvs.bb')
-rw-r--r-- | packages/xxf86dgaext/xxf86dgaext_cvs.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/xxf86dgaext/xxf86dgaext_cvs.bb b/packages/xxf86dgaext/xxf86dgaext_cvs.bb index 0ca3839745..1e69cfab0f 100644 --- a/packages/xxf86dgaext/xxf86dgaext_cvs.bb +++ b/packages/xxf86dgaext/xxf86dgaext_cvs.bb @@ -1,9 +1,18 @@ PV = "0.0cvs${CVSDATE}" LICENSE = "Xorg" SECTION = "x11/libs" +MAINTAINER = "Phil Blundell <pb@handhelds.org>" DESCRIPTION = "Xxf86dga extension headers" SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=XF86DGAExt" S = "${WORKDIR}/XF86DGAExt" inherit autotools pkgconfig + +do_stage() { + oe_runmake install prefix=${STAGING_DIR} \ + bindir=${STAGING_BINDIR} \ + includedir=${STAGING_INCDIR} \ + libdir=${STAGING_LIBDIR} \ + datadir=${STAGING_DATADIR} +} |