Merge http://openembedded.bkbits.net/packages
[vuplus_openembedded] / xcomposite / xcomposite-cvs.oe
1 PV = "0.0cvs${CVSDATE}"
2 SECTION = "libs"
3 DEPENDS = "virtual/libc x11-cvs compositeext-cvs xextensions-cvs fixesext-cvs xfixes-cvs"
4 PROVIDES = "xcomposite"
5 DESCRIPTION = "X Composite extension library."
6
7 SRC_URI = cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xcomposite
8 S = "${WORKDIR}/Xcomposite"
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 }