diff options
Diffstat (limited to 'meta/packages/compositeext/compositeext_cvs.bb')
-rw-r--r-- | meta/packages/compositeext/compositeext_cvs.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/packages/compositeext/compositeext_cvs.bb b/meta/packages/compositeext/compositeext_cvs.bb new file mode 100644 index 0000000000..94160746e6 --- /dev/null +++ b/meta/packages/compositeext/compositeext_cvs.bb | |||
@@ -0,0 +1,20 @@ | |||
1 | PV = "0.0+cvs${SRCDATE}" | ||
2 | LICENSE= "BSD-X" | ||
3 | SECTION = "libs" | ||
4 | MAINTAINER = "Greg Gilbert <greg@treke.net>" | ||
5 | DEPENDS = "xextensions fixesext" | ||
6 | DESCRIPTION = "X Composite extension headers and specification" | ||
7 | DEFAULT_PREFERENCE = "1" | ||
8 | |||
9 | SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=CompositeExt" | ||
10 | S = "${WORKDIR}/CompositeExt" | ||
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 | } | ||