summaryrefslogtreecommitdiff
path: root/xorg-xf86-input-joystick/Pkgfile
blob: 9aecd6cb9ed39a95bd2d114e7877e79e30112310 (plain)
    1 # Description: xorg driver xf86-input-joystick
    2 # URL: http://xorg.freedesktop.org
    3 # Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
    4 # Depends on: xorg-server
    5 
    6 name=xorg-xf86-input-joystick
    7 version=1.6.4
    8 release=1
    9 source=(https://www.x.org/releases/individual/driver/xf86-input-joystick-$version.tar.xz)
   10 
   11 build() {
   12 	cd xf86-input-joystick-$version
   13 
   14 	./configure --prefix=/usr
   15 
   16 	make
   17 	make DESTDIR=$PKG install
   18 }

Generated by cgit