makedepends=(libevdev xorg-libxtst xorg-libx11 xorg-libxi xorg-server)

description="Xorg Synaptics drivers for notebook touchpads."

packager="Great-OS Team"

name=xorg-xf86-input-synaptics
version=1.10.0
release=1
_name=${name/xorg-/}

source=(https://xorg.freedesktop.org/archive/individual/driver/${_name}-$version.tar.xz)

build=xorg

package() {
  mkdir -p "$PKG"/etc/X11/xorg.conf.d/
  ln -sf ../../../usr/share/X11/xorg.conf.d/70-synaptics.conf "$PKG"/etc/X11/xorg.conf.d/70-synaptics.conf
}
