blob: 627ab8ecc377b5dd480f71a618e5c3458107e48d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
description="Utility to configure and test XInput devices"
packager=""
maintainer="Tilman Sauerbeck, tilman at crux dot nu"
url="http://xorg.freedesktop.org"
depends=()
name=xorg-xinput
version=1.5.2
release=1
source=(http://xorg.freedesktop.org/releases/individual/app/xinput-1.5.2.tar.bz2)
build ()
{
cd xinput-$version;
./configure --prefix=/usr --mandir=$mandir;
make;
make DESTDIR=$PKG install
}
|