# Template file for 'libwacom' pkgname=libwacom version=0.8 revision=1 build_style=gnu-configure hostmakedepends="pkg-config" makedepends="libgudev-devel" short_desc="Library to identify wacom tablets" maintainer="Juan RP " license="MIT" homepage="http://sourceforge.net/apps/mediawiki/linuxwacom/index.php?title=Main_Page" distfiles="${SOURCEFORGE_SITE}/linuxwacom/$pkgname-$version.tar.bz2" checksum=8a7490b960595366d011787ca4285b8e8b371324849f72c6488f92b2f313d442 long_desc=" libwacom is a library to identify wacom tablets and their model-specific features. It provides easy access to information such as is this a built-in on-screen tablet, what is the size of this model, etc." libwacom-devel_package() { depends="libglib-devel libwacom>=$version" short_desc+=" - development files" pkg_install() { vmove usr/include vmove usr/lib/pkgconfig vmove "usr/lib/*.a" vmove "usr/lib/*.so" } }