summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xtscal/xtscal_0.6.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/xtscal/xtscal_0.6.3.bb')
-rw-r--r--meta/recipes-graphics/xtscal/xtscal_0.6.3.bb24
1 files changed, 24 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xtscal/xtscal_0.6.3.bb b/meta/recipes-graphics/xtscal/xtscal_0.6.3.bb
new file mode 100644
index 0000000000..565393d062
--- /dev/null
+++ b/meta/recipes-graphics/xtscal/xtscal_0.6.3.bb
@@ -0,0 +1,24 @@
1DESCRIPTION = "Touchscreen calibration utility"
2HOMEPAGE = "http://gpe.linuxtogo.org"
3BUGTRACKER = "http://bugs.linuxtogo.org"
4LICENSE = "GPLv2 & GPLv2+"
5LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
6 file://main.c;endline=10;md5=8721bcb08ae9f24e5fe4c82941873c87"
7
8SECTION = "x11/base"
9
10DEPENDS = "virtual/libx11 libxft libxcalibrate"
11
12PR = "r12"
13
14SRC_URI = "${GPE_MIRROR}/xtscal-${PV}.tar.bz2 \
15 file://change-cross.patch;patch=1 \
16 file://cleanup.patch;patch=1 \
17 file://30xTs_Calibrate.sh"
18
19inherit autotools
20
21do_install_append() {
22 install -d ${D}${sysconfdir}/X11/Xsession.d/
23 install -m 0755 ${WORKDIR}/30xTs_Calibrate.sh ${D}${sysconfdir}/X11/Xsession.d/
24}