diff options
Diffstat (limited to 'meta/recipes-graphics/xtscal/xtscal_0.6.3.bb')
-rw-r--r-- | meta/recipes-graphics/xtscal/xtscal_0.6.3.bb | 24 |
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 @@ | |||
1 | DESCRIPTION = "Touchscreen calibration utility" | ||
2 | HOMEPAGE = "http://gpe.linuxtogo.org" | ||
3 | BUGTRACKER = "http://bugs.linuxtogo.org" | ||
4 | LICENSE = "GPLv2 & GPLv2+" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | ||
6 | file://main.c;endline=10;md5=8721bcb08ae9f24e5fe4c82941873c87" | ||
7 | |||
8 | SECTION = "x11/base" | ||
9 | |||
10 | DEPENDS = "virtual/libx11 libxft libxcalibrate" | ||
11 | |||
12 | PR = "r12" | ||
13 | |||
14 | SRC_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 | |||
19 | inherit autotools | ||
20 | |||
21 | do_install_append() { | ||
22 | install -d ${D}${sysconfdir}/X11/Xsession.d/ | ||
23 | install -m 0755 ${WORKDIR}/30xTs_Calibrate.sh ${D}${sysconfdir}/X11/Xsession.d/ | ||
24 | } | ||