aboutsummaryrefslogtreecommitdiffstats
path: root/xdmcp/xdmcp-cvs.oe
blob: e3611a9277d2e94b5c7ff22afa06f10d5826d7f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
SECTION="libs"
PRIORITY="optional"
MAINTAINER="Greg Gilbert <greg@treke.net>"
RDEPENDS="libc6"
DEPENDS=virtual/libc xproto

SRC_URI =   cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xdmcp
S=${WORKDIR}/Xdmcp

inherit autotools pkgconfig


do_stage() {
	oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_DIR}/target/include libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR}

}