DESCRIPTION = "tslib is a touchscreen access library."
-SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=apps/tslib"
+SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=apps/tslib \
+ file://collie/ts.conf \
+ file://collie/tslib.sh \
+ file://corgi/ts.conf \
+ file://corgi/tslib.sh \
+ file://h3600/ts.conf \
+ file://h3600/tslib.sh \
+ file://husky/ts.conf \
+ file://husky/tslib.sh \
+ file://poodle/ts.conf \
+ file://poodle/tslib.sh \
+ file://shepherd/ts.conf \
+ file://shepherd/tslib.sh"
S = "${WORKDIR}/tslib"
inherit autotools
oe_machinstall -m 0644 ${WORKDIR}/ts.conf ${S}/etc/ts.conf
}
+do_install_append() {
+ install -d ${D}/${sysconfdir}/profile.d/
+ oe_machinstall -m 0755 ${WORKDIR}/tslib.sh ${D}/${sysconfdir}/profile.d/
+}
+
FILES_tslib_append = " ${datadir}/ts/plugins/*.so"