Merge oe-devel@oe-devel.bkbits.net:packages
[vuplus_openembedded] / xcalibrate / xcalibrate_cvs.oe
1 PV = "0.0cvs${CVSDATE}"
2 SECTION = "x11/libs"
3 PRIORITY = "optional"
4 MAINTAINER = "Phil Blundell <pb@freedesktop.org>"
5 DEPENDS = "x11 xcalibrateext xext"
6 DESCRIPTION = "XCalibrate client-side library"
7
8 SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=XCalibrate"
9 S = "${WORKDIR}/XCalibrate"
10
11 inherit autotools pkgconfig 
12
13 do_stage() {
14         oe_runmake install prefix=${STAGING_DIR} \
15                bindir=${STAGING_BINDIR} \
16                includedir=${STAGING_INCDIR} \
17                libdir=${STAGING_LIBDIR} \
18                datadir=${STAGING_DATADIR}
19 }