diff options
Diffstat (limited to 'xdmcp/libxdmcp_cvs.oe')
-rw-r--r-- | xdmcp/libxdmcp_cvs.oe | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/xdmcp/libxdmcp_cvs.oe b/xdmcp/libxdmcp_cvs.oe index e69de29bb2..c303571f26 100644 --- a/xdmcp/libxdmcp_cvs.oe +++ b/xdmcp/libxdmcp_cvs.oe @@ -0,0 +1,20 @@ +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 + +do_stage() { + oe_runmake install prefix=${STAGING_DIR} \ + bindir=${STAGING_BINDIR} \ + includedir=${STAGING_INCDIR} \ + libdir=${STAGING_LIBDIR} \ + datadir=${STAGING_DATADIR} +} |