diff options
Diffstat (limited to 'xres/xres-cvs.oe')
-rw-r--r-- | xres/xres-cvs.oe | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/xres/xres-cvs.oe b/xres/xres-cvs.oe deleted file mode 100644 index 53c3e1c6fa..0000000000 --- a/xres/xres-cvs.oe +++ /dev/null @@ -1,19 +0,0 @@ -PV = "0.0cvs${CVSDATE}" -SECTION = "libs" -MAINTAINER = "Greg Gilbert <greg@treke.net>" -DEPENDS = "x11 xextensions xext resourceext" -PROVIDES = "xres" -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} -} |