blob: a42a14c88b1004e723296b30df48464c6b6d9687 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
inherit gpe
DESCRIPTION = "Touchscreen device detection utility"
LICENSE = "GPL"
MAINTAINER = "Rene Wagner <rw@handhelds.org>"
SECTION = "base"
SRC_URI = "${GPE_MIRROR}/detect-stylus-${PV}.tar.gz \
file://access.patch;patch=1;pnum=0 \
file://extra-device-check.patch;patch=1 \
file://correct-theme-name.patch;patch=1 \
file://nox.patch;patch=1"
S = "${WORKDIR}/detect-stylus-${PV}"
export CVSBUILD = "no"
export NOX = "yes"
do_install_append () {
mv ${D}${bindir}/detect-stylus ${D}${bindir}/detect-tsdevice
}
|