]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/detect-stylus/detect-tsdevice_0.13.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / detect-stylus / detect-tsdevice_0.13.bb
1 inherit gpe
2
3 DESCRIPTION = "Touchscreen device detection utility"
4 LICENSE = "GPL"
5 MAINTAINER = "Rene Wagner <rw@handhelds.org>"
6 SECTION = "base"
7
8 SRC_URI = "${GPE_MIRROR}/detect-stylus-${PV}.tar.gz \
9            file://access.patch;patch=1;pnum=0 \
10            file://extra-device-check.patch;patch=1 \
11            file://correct-theme-name.patch;patch=1 \
12            file://nox.patch;patch=1"
13 S = "${WORKDIR}/detect-stylus-${PV}"
14
15 export CVSBUILD = "no"
16 export NOX = "yes"
17
18 do_install_append () {
19         mv ${D}${bindir}/detect-stylus ${D}${bindir}/detect-tsdevice
20 }