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