# Template build file for 'mtdev'. pkgname=mtdev version=1.1.2 revision=2 build_style=gnu-configure short_desc="Multitouch Protocol Translation Library" maintainer="Juan RP " homepage="http://bitmath.org/code/mtdev/" license="MIT" distfiles="http://bitmath.org/code/mtdev/mtdev-${version}.tar.bz2" checksum=698dd11ca08b3a73ad33d8a5076f6d9e018d97afad3eba36f540b8ea7b775a30 long_desc=" The mtdev is a stand-alone library which transforms all variants of kernel MT events to the slotted type B protocol. The events put into mtdev may be from any MT device, specifically type A without contact tracking, type A with contact tracking, or type B with contact tracking. The bulk of the mtdev code has been out there since 2008, as part of the Multitouch X Driver. With this package, finger tracking and seamless MT protocol handling is available under a free license." mtdev-devel_package() { depends="mtdev>=${version}" short_desc="${short_desc} - development files" pkg_install() { vmove usr/include vmove "usr/lib/*.a" vmove usr/lib/pkgconfig } } mtdev_package() { pkg_install() { vmove usr } }