summaryrefslogtreecommitdiffstats
path: root/xorg-xf86-input-joystick/Pkgfile
blob: 1903ca68eb56616d8e953ec389933e11ba2a28e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
description="xorg driver xf86-input-joystick"
packager=""
maintainer="Tilman Sauerbeck, tilman at crux dot nu"
url="http://xorg.freedesktop.org"
depends=(xorg-server)

name=xorg-xf86-input-joystick
version=1.5.0
release=1
source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-input-joystick-1.5.0.tar.bz2)
build () 
{ 
    cd xf86-input-joystick-$version;
    ./configure --prefix=/usr --mandir=$mandir;
    make;
    make DESTDIR=$PKG install
}