blob: 1791964f9bef17edf92be651fd5e0ba96f391538 (
plain)
1
2
3
4
5
6
7
8
9
|
name=xf86-input-synaptics
version=1.9.2
release=1
source="https://www.x.org/pub/individual/driver/$name-$version.tar.xz
50-synaptics.conf"
postbuild() {
install -m644 $SRC/50-synaptics.conf $PKG/usr/share/X11/xorg.conf.d/
}
|