remove xdmcp-cvs on behalf of pb_
authorMichael Lauer <mickey@vanille-media.de>
Sat, 24 Apr 2004 17:46:15 +0000 (17:46 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Sat, 24 Apr 2004 17:46:15 +0000 (17:46 +0000)
BKrev: 408aa7e7AtB05-c39QQI3GaUkRzj2A

xdmcp/xdmcp-cvs.oe [deleted file]

diff --git a/xdmcp/xdmcp-cvs.oe b/xdmcp/xdmcp-cvs.oe
deleted file mode 100644 (file)
index 18b6d57..0000000
+++ /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}
-}