diff options
author | Richard Purdie <richard@openedhand.com> | 2005-08-31 18:18:01 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2005-08-31 18:18:01 +0000 |
commit | 962491ebe2df3563ea8e9b6803949c98c387a134 (patch) | |
tree | f28e1924a555a591fbac9509083e52b2e48db6e1 /openembedded/packages/xcalibrate | |
parent | 9ed0d2aa99a76a864d4793f54146c0e79e373712 (diff) | |
download | poky-962491ebe2df3563ea8e9b6803949c98c387a134.tar.gz |
Add x11-common
git-svn-id: https://svn.o-hand.com/repos/poky@11 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/xcalibrate')
-rw-r--r-- | openembedded/packages/xcalibrate/xcalibrate_cvs.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/openembedded/packages/xcalibrate/xcalibrate_cvs.bb b/openembedded/packages/xcalibrate/xcalibrate_cvs.bb new file mode 100644 index 0000000000..5436bf26b7 --- /dev/null +++ b/openembedded/packages/xcalibrate/xcalibrate_cvs.bb | |||
@@ -0,0 +1,20 @@ | |||
1 | PV = "0.0cvs${CVSDATE}" | ||
2 | LICENSE = "BSD-X" | ||
3 | SECTION = "x11/libs" | ||
4 | PRIORITY = "optional" | ||
5 | MAINTAINER = "Phil Blundell <pb@freedesktop.org>" | ||
6 | DEPENDS = "x11 xcalibrateext xext" | ||
7 | DESCRIPTION = "XCalibrate client-side library" | ||
8 | |||
9 | SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=XCalibrate" | ||
10 | S = "${WORKDIR}/XCalibrate" | ||
11 | |||
12 | inherit autotools pkgconfig | ||
13 | |||
14 | do_stage() { | ||
15 | oe_runmake install prefix=${STAGING_DIR} \ | ||
16 | bindir=${STAGING_BINDIR} \ | ||
17 | includedir=${STAGING_INCDIR} \ | ||
18 | libdir=${STAGING_LIBDIR} \ | ||
19 | datadir=${STAGING_DATADIR} | ||
20 | } | ||