xorg/xorg-xf86-input-joystick/Pkgfile
2008-05-02 10:21:49 +02:00

21 lines
483 B
Plaintext

# Description: xorg driver xf86-input-joystick
# URL: http://xorg.freedesktop.org
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
name=xorg-xf86-input-joystick
version=1.3.2
release=1
source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-input-joystick-$version.tar.bz2)
build() {
cd xf86-input-joystick-$version
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
mv $PKG/usr/man/man4x/joystick.4{x,}
mv $PKG/usr/man/man4{x,}
}