diff options
Diffstat (limited to 'meta/packages/recordext')
-rw-r--r-- | meta/packages/recordext/recordext_cvs.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/packages/recordext/recordext_cvs.bb b/meta/packages/recordext/recordext_cvs.bb new file mode 100644 index 000000000..494b53acd --- /dev/null +++ b/meta/packages/recordext/recordext_cvs.bb @@ -0,0 +1,18 @@ +PV = "0.0+cvs${SRCDATE}" +LICENSE = "BSD-X" +SECTION = "libs" +MAINTAINER = "Phil Blundell <pb@handhelds.org>" +DESCRIPTION = "XRecord extension protocol bits" + +SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=RecordExt" +S = "${WORKDIR}/RecordExt" + +inherit autotools pkgconfig + +do_stage() { + oe_runmake install prefix=${STAGING_DIR} \ + bindir=${STAGING_BINDIR} \ + includedir=${STAGING_INCDIR} \ + libdir=${STAGING_LIBDIR} \ + datadir=${STAGING_DATADIR} +} |