aboutsummaryrefslogtreecommitdiffstats
path: root/packages/xcalibrateext
diff options
context:
space:
mode:
Diffstat (limited to 'packages/xcalibrateext')
-rw-r--r--packages/xcalibrateext/xcalibrateext_cvs.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/xcalibrateext/xcalibrateext_cvs.bb b/packages/xcalibrateext/xcalibrateext_cvs.bb
index 2f0feba2de..33cda47f39 100644
--- a/packages/xcalibrateext/xcalibrateext_cvs.bb
+++ b/packages/xcalibrateext/xcalibrateext_cvs.bb
@@ -1,9 +1,18 @@
PV = "0.0cvs${CVSDATE}"
SECTION = "x11/libs"
LICENSE = "BSD-X"
+MAINTAINER = "Phil Blundell <pb@handhelds.org>"
DESCRIPTION = "XCalibrate extension headers"
SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=XCalibrateExt"
S = "${WORKDIR}/XCalibrateExt"
inherit autotools pkgconfig
+
+do_stage() {
+ oe_runmake install prefix=${STAGING_DIR} \
+ bindir=${STAGING_BINDIR} \
+ includedir=${STAGING_INCDIR} \
+ libdir=${STAGING_LIBDIR} \
+ datadir=${STAGING_DATADIR}
+}