void-packages/srcpkgs/libwacom/template

29 lines
927 B
Text
Raw Normal View History

2012-03-22 07:49:17 +00:00
# Template file for 'libwacom'
pkgname=libwacom
2013-10-26 08:40:33 +00:00
version=0.8
revision=1
2012-03-22 07:49:17 +00:00
build_style=gnu-configure
2013-03-28 15:43:46 +00:00
hostmakedepends="pkg-config"
makedepends="libgudev-devel"
2012-03-22 07:49:17 +00:00
short_desc="Library to identify wacom tablets"
maintainer="Juan RP <xtraeme@gmail.com>"
license="MIT"
2012-07-25 05:57:35 +00:00
homepage="http://sourceforge.net/apps/mediawiki/linuxwacom/index.php?title=Main_Page"
distfiles="${SOURCEFORGE_SITE}/linuxwacom/$pkgname-$version.tar.bz2"
2013-10-26 08:40:33 +00:00
checksum=8a7490b960595366d011787ca4285b8e8b371324849f72c6488f92b2f313d442
2012-03-22 07:49:17 +00:00
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"
2013-10-26 08:40:33 +00:00
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.a"
2013-10-26 08:40:33 +00:00
vmove "usr/lib/*.so"
}
}