diff options
Diffstat (limited to 'xdmcp/xdmcp-cvs.oe')
-rw-r--r-- | xdmcp/xdmcp-cvs.oe | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/xdmcp/xdmcp-cvs.oe b/xdmcp/xdmcp-cvs.oe deleted file mode 100644 index 18b6d57b72..0000000000 --- a/xdmcp/xdmcp-cvs.oe +++ /dev/null @@ -1,20 +0,0 @@ -PV = "0.0cvs${CVSDATE}" -SECTION = "libs" -PRIORITY = "optional" -MAINTAINER = "Greg Gilbert <greg@treke.net>" -DEPENDS = "virtual/libc xproto" -PROVIDES = "xdmcp" -DESCRIPTION = "X Display Manager Control Protocol library." - -SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xdmcp" -S = "${WORKDIR}/Xdmcp" - -inherit autotools pkgconfig libtool - -do_stage() { - oe_runmake install prefix=${STAGING_DIR} \ - bindir=${STAGING_BINDIR} \ - includedir=${STAGING_INCDIR} \ - libdir=${STAGING_LIBDIR} \ - datadir=${STAGING_DATADIR} -} |