diff options
author | Richard Purdie <richard@openedhand.com> | 2005-08-31 10:45:47 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2005-08-31 10:45:47 +0000 |
commit | 4b46c1f6e891b1ddd5968536440b888661fade3e (patch) | |
tree | e0ba2c1f56f61b868bf746da5c4feabb25b800b2 /openembedded/packages/xcomposite/xcomposite_cvs.bb | |
download | poky-4b46c1f6e891b1ddd5968536440b888661fade3e.tar.gz |
Initial population
git-svn-id: https://svn.o-hand.com/repos/poky@1 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/xcomposite/xcomposite_cvs.bb')
-rw-r--r-- | openembedded/packages/xcomposite/xcomposite_cvs.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/openembedded/packages/xcomposite/xcomposite_cvs.bb b/openembedded/packages/xcomposite/xcomposite_cvs.bb new file mode 100644 index 0000000000..8782dcb42c --- /dev/null +++ b/openembedded/packages/xcomposite/xcomposite_cvs.bb | |||
@@ -0,0 +1,18 @@ | |||
1 | PV = "0.0cvs${CVSDATE}" | ||
2 | LICENSE= "BSD-X" | ||
3 | SECTION = "x11/libs" | ||
4 | DEPENDS = "x11 compositeext xextensions libxfixes" | ||
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 | ||
11 | |||
12 | do_stage() { | ||
13 | oe_runmake install prefix=${STAGING_DIR} \ | ||
14 | bindir=${STAGING_BINDIR} \ | ||
15 | includedir=${STAGING_INCDIR} \ | ||
16 | libdir=${STAGING_LIBDIR} \ | ||
17 | datadir=${STAGING_DATADIR} | ||
18 | } | ||