diff options
Diffstat (limited to 'xext/xext_cvs.oe')
-rw-r--r-- | xext/xext_cvs.oe | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/xext/xext_cvs.oe b/xext/xext_cvs.oe index e69de29bb2..c2fc7e7332 100644 --- a/xext/xext_cvs.oe +++ b/xext/xext_cvs.oe @@ -0,0 +1,19 @@ +PV = "0.0cvs${CVSDATE}" +DESCRIPTION = "X Server Extension library" +SECTION = "libs" +PRIORITY = "optional" +DEPENDS = "xproto x11 xextensions" + +SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xext" +S = "${WORKDIR}/Xext" + +inherit autotools pkgconfig + +do_stage() { + oe_runmake install prefix=${STAGING_DIR} \ + bindir=${STAGING_BINDIR} \ + includedir=${STAGING_INCDIR} \ + libdir=${STAGING_LIBDIR} \ + datadir=${STAGING_DATADIR} \ + mandir=${STAGING_DATADIR}/man +} |