# Description: Synaptics driver for notebook touchpads # URL: https://xorg.freedesktop.org/ # Maintainer: KRAK3N Team, extra ports at krak3n dot my # Depends on: xorg-server libevdev libxi name=xf86-input-synaptics version=1.10.0 release=1 source=(https://www.x.org/pub/individual/driver/${name}-${version}.tar.xz 50-synaptics.conf) build() { cd ${name}-${version} ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --libdir=/usr/lib \ --libexecdir=/usr/lib/$name \ --infodir=/usr/share/info \ --mandir=/usr/share/man make make DESTDIR=$PKG install install -m644 $SRC/50-synaptics.conf $PKG/usr/share/X11/xorg.conf.d/ }