diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2006-03-12 15:33:13 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-03-12 15:33:13 +0000 |
commit | 27663eeefa7936f674a2cfa398fd03157607e96c (patch) | |
tree | d3fdf77f6f8878ac4c615762e8189b0133aa520b /packages | |
parent | c65d188340aa800d1cbfc8cb007a42b651736fc4 (diff) |
xcalibrate: snapshot 20060312 to build against pre-X11R7.0 xlibs
Diffstat (limited to 'packages')
-rw-r--r-- | packages/xcalibrate/xcalibrate_20060312.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/xcalibrate/xcalibrate_20060312.bb b/packages/xcalibrate/xcalibrate_20060312.bb new file mode 100644 index 0000000000..16e9642765 --- /dev/null +++ b/packages/xcalibrate/xcalibrate_20060312.bb @@ -0,0 +1,17 @@ +PV = "0.0+cvs${FIXEDSRCDATE}" +FIXEDSRCDATE = "${@bb.data.getVar('FILE', d, 1).split('_')[-1].split('.')[0]}" +LICENSE = "BSD-X" +SECTION = "x11/libs" +PRIORITY = "optional" +DEPENDS = "libx11 xcalibrateext libxext" +DESCRIPTION = "XCalibrate client-side library" + +SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=XCalibrate \ + file://xextproto.patch;patch=1" +S = "${WORKDIR}/XCalibrate" + +inherit autotools pkgconfig + +do_stage() { + autotools_stage_all +} |