Merge http://openembedded.bkbits.net/packages
[vuplus_openembedded] / xext / xext-cvs.oe
1 PV = "0.0cvs${CVSDATE}"
2 DESCRIPTION = "X Server Extension library"
3 SECTION = "libs"
4 PRIORITY = "optional"
5 DEPENDS = "virtual/libc xproto-cvs x11-cvs xextensions-cvs"
6 PROVIDES = "xext"
7
8 SRC_URI = cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xext
9 S = "${WORKDIR}/Xext"
10
11 inherit autotools pkgconfig libtool
12
13 do_stage() {
14         oe_runmake install DESTDIR=${STAGING_DIR} \
15                bindir=/build/bin \
16                includedir=/target/include \
17                libdir=/target/lib \
18                datadir=/share
19                prefix=
20 }