Merge oe-devel@oe-devel.bkbits.net:packages
[openembedded.git] / xproto / xproto_cvs.oe
1 PV = "0.0cvs${CVSDATE}"
2 SECTION = "x11/libs"
3 MAINTAINER = "Greg Gilbert <greg@treke.net>"
4 DESCRIPTION = "X protocol and ancillary headers."
5
6 SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xproto"
7 S = "${WORKDIR}/Xproto"
8
9 inherit autotools pkgconfig
10
11
12 do_stage() {
13         oe_runmake install prefix=${STAGING_DIR} \
14                bindir=${STAGING_BINDIR} \
15                includedir=${STAGING_INCDIR} \
16                libdir=${STAGING_LIBDIR} \
17                datadir=${STAGING_DATADIR}
18 }