2008-09-25 13:48:22 +02:00
|
|
|
# Description: Synaptics touchpad input driver
|
|
|
|
# URL: http://xorg.freedesktop.org
|
2012-07-16 09:35:43 +10:00
|
|
|
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
|
2020-03-12 21:40:02 +11:00
|
|
|
# Depends on: xorg-server xorg-libevdev
|
2008-09-25 13:48:22 +02:00
|
|
|
|
|
|
|
name=xorg-xf86-input-synaptics
|
2025-01-07 10:14:44 +01:00
|
|
|
version=1.10.0
|
2008-09-25 13:48:22 +02:00
|
|
|
release=1
|
2022-07-14 12:23:04 +02:00
|
|
|
source=(https://www.x.org/releases/individual/driver/xf86-input-synaptics-$version.tar.xz)
|
2008-09-25 13:48:22 +02:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd xf86-input-synaptics-$version
|
|
|
|
|
2015-08-12 11:06:49 -05:00
|
|
|
./configure --prefix=/usr
|
2008-09-25 13:48:22 +02:00
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|