void-packages/srcpkgs/libwacom/template

34 lines
973 B
Text
Raw Normal View History

2012-03-22 07:49:17 +00:00
# Template file for 'libwacom'
pkgname=libwacom
2013-03-28 15:43:46 +00:00
version=0.7
revision=2
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-03-28 15:43:46 +00:00
checksum=210c48b595461ebee63b1a846a6eb1d8f029b49d02ccbde34eadf551a5a68a78
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"
short_desc="${short_desc} -- development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.a"
}
}
libwacom_package() {
pkg_install() {
vmove usr
}
}