pkgname=xf86-input-wacom pkgver=1.2.0 pkgrel=1 pkgdesc="X.Org Wacom tablet driver." arch=('x86_64') url="https://github.com/linuxwacom/xf86-input-wacom/wiki" license=('GPL') depends=('libxi' 'libxrandr' 'libxinerama' 'systemd') makedepends=('xorg-server' 'libxext' 'xorgproto') options=('!libtool') source=("https://github.com/linuxwacom/xf86-input-wacom/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2") sha256sums=('13c23208b2bc2bfd7b3a127ca667bb1399e54e3fcc22386ef1fb54be1d72685d') build() { cd ${pkgname}-${pkgver} ./configure --prefix=/usr make } package() { cd ${pkgname}-${pkgver} make DESTDIR=${pkgdir} install }