summaryrefslogtreecommitdiff
path: root/xorg-xinput/Pkgfile
blob: 55be944ff7e9899996ba05807793cc22d3d5c39f (plain)
    1 # Description: Utility to configure and test XInput devices
    2 # URL: http://xorg.freedesktop.org
    3 # Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
    4 # Depends on: xorg-libxi xorg-libxrandr xorg-libxinerama
    5 
    6 name=xorg-xinput
    7 version=1.6.0
    8 release=1
    9 source=(http://xorg.freedesktop.org/releases/individual/app/xinput-$version.tar.bz2)
   10 
   11 build() {
   12 	cd xinput-$version
   13 
   14 	./configure --prefix=/usr --mandir=/usr/man
   15 
   16 	make
   17 	make DESTDIR=$PKG install
   18 }

Generated by cgit