28 lines
762 B
Bash
28 lines
762 B
Bash
# Template file for 'libwacom'
|
|
pkgname=libwacom
|
|
version=0.21
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libglib-devel libgudev-devel"
|
|
short_desc="Library to identify wacom tablets"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="MIT"
|
|
homepage="http://linuxwacom.sourceforge.net/wiki/index.php/Main_Page"
|
|
distfiles="${SOURCEFORGE_SITE}/linuxwacom/$pkgname-$version.tar.bz2"
|
|
checksum=c594cacc69a572356a76cd7909b913d3867759a872a2663b2005ff4e99984605
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|
|
|
|
libwacom-devel_package() {
|
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove usr/lib/*.a
|
|
vmove usr/lib/*.so
|
|
}
|
|
}
|