Add a ton of missing package DESCRIPTION fields.
[vuplus_openembedded] / xfixes / xfixes-cvs.oe
1 PV = "0.0cvs${DATE}"
2 SECTION = "libs"
3 DEPENDS = "virtual/libc x11-cvs fixesext-cvs"
4 PROVIDES = "xfixes"
5 DESCRIPTIOn = "X Fixes extension library."
6
7 SRC_URI = cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xfixes
8 S = "${WORKDIR}/Xfixes"
9
10 inherit autotools pkgconfig libtool
11
12 do_stage() {
13         oe_runmake install DESTDIR=${STAGING_DIR} \
14                bindir=/build/bin \
15                includedir=/target/include \
16                libdir=/target/lib \
17                datadir=/share
18                prefix=
19 }