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

Generated by cgit