Add a ton of missing package DESCRIPTION fields.
[vuplus_openembedded] / xau / xau-cvs.oe
1 PV = "0.0cvs${DATE}"
2 SECTION = "libs"
3 PRIORITY = "optional"
4 MAINTAINER = "Greg Gilbert <greg@treke.net>"
5 RDEPENDS = "libc6"
6 DEPENDS = "virtual/libc xproto-cvs"
7 PROVIDES = "xau"
8 DESCRIPTION = "Authorization Protocol for X."
9
10 SRC_URI =   cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xau
11 S = "${WORKDIR}/Xau"
12
13 inherit autotools pkgconfig libtool
14
15 do_stage () {
16         oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_DIR}/target/include libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR}
17 }