Initial OE addition.
[vuplus_openembedded] / xdmcp / libxdmcp_cvs.oe
1 PV = "0.0cvs${CVSDATE}"
2 SECTION = "x11/libs"
3 PRIORITY = "optional"
4 MAINTAINER = "Greg Gilbert <greg@treke.net>"
5 DEPENDS = "xproto"
6 PROVIDES = "xdmcp"
7 DESCRIPTION = "X Display Manager Control Protocol library."
8
9 SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xdmcp"
10 S = "${WORKDIR}/Xdmcp"
11
12 inherit autotools pkgconfig 
13
14 do_stage() {
15         oe_runmake install prefix=${STAGING_DIR} \
16                bindir=${STAGING_BINDIR} \
17                includedir=${STAGING_INCDIR} \
18                libdir=${STAGING_LIBDIR} \
19                datadir=${STAGING_DATADIR}
20 }