diff options
author | Koen Kooi <koen@openembedded.org> | 2010-03-27 16:02:02 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-03-27 16:02:02 +0100 |
commit | f28a367b54624446c66d0939ee8d229da4e982ce (patch) | |
tree | 18231c85b63475efe8e2fbd5e51a526f0e350e3f /recipes/xinput-calibrator | |
parent | 8c30cf2d631e648f0124c6a9bbb268209aa2d534 (diff) |
xinput-calibrator: add 0.6.1
Diffstat (limited to 'recipes/xinput-calibrator')
-rw-r--r-- | recipes/xinput-calibrator/xinput-calibrator_0.6.1.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/xinput-calibrator/xinput-calibrator_0.6.1.bb b/recipes/xinput-calibrator/xinput-calibrator_0.6.1.bb new file mode 100644 index 0000000000..be03b3274e --- /dev/null +++ b/recipes/xinput-calibrator/xinput-calibrator_0.6.1.bb @@ -0,0 +1,16 @@ +require xinput-calibrator.inc + +SRC_URI = "git://github.com/tias/xinput_calibrator.git;protocol=git \ +" + +SRCREV = "d2ce98b3f638667dd64b6d718721379b2dc750a7" +S = "${WORKDIR}/git/" + +do_install_append() { + install -d ${D}${bindir} + install -m 0755 scripts/xinput_calibrator_pointercal.sh ${D}${bindir}/xinput_calibrator_once.sh + ln -s ${bindir}/xinput_calibrator_x11 ${D}${bindir}/xinput_calibrator + install -d ${D}${datadir}/applications/ + install -m 0755 scripts/xinput_calibrator.desktop ${D}${datadir}/applications/xinput-calibrator.desktop + install -m 0755 scripts/xinput_calibrator_get_hal_calibration.sh ${D}${bindir}/xinput_calibrator_get_hal_calibration.sh +} |