diff options
Diffstat (limited to 'xres/xres_cvs.oe')
-rw-r--r-- | xres/xres_cvs.oe | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/xres/xres_cvs.oe b/xres/xres_cvs.oe index e69de29bb2..dc7efb3af8 100644 --- a/xres/xres_cvs.oe +++ b/xres/xres_cvs.oe @@ -0,0 +1,18 @@ +PV = "0.0cvs${CVSDATE}" +SECTION = "x11/libs" +MAINTAINER = "Greg Gilbert <greg@treke.net>" +DEPENDS = "x11 xextensions xext resourceext" +DESCRIPTION = "X Resource usage library." + +SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=XRes" +S = "${WORKDIR}/XRes" + +inherit autotools pkgconfig + +do_stage() { + oe_runmake install prefix=${STAGING_DIR} \ + bindir=${STAGING_BINDIR} \ + includedir=${STAGING_INCDIR} \ + libdir=${STAGING_LIBDIR} \ + datadir=${STAGING_DATADIR} +} |