diff options
author | tnut <tnut at nutyx dot org> | 2012-04-03 18:01:11 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot org> | 2012-04-03 18:01:11 +0200 |
commit | 55ba00459776d78ef447c3c022fd2d5185b1c9ce (patch) | |
tree | 76d0c7299dffa0de9c8b726545b0a94673deb0d8 /xorg-xinput/Pkgfile | |
parent | cd99c50dcdba009792602bada286d9422dbdcee7 (diff) | |
download | nutyx-pakxe-55ba00459776d78ef447c3c022fd2d5185b1c9ce.tar.gz nutyx-pakxe-55ba00459776d78ef447c3c022fd2d5185b1c9ce.tar.bz2 nutyx-pakxe-55ba00459776d78ef447c3c022fd2d5185b1c9ce.tar.xz nutyx-pakxe-55ba00459776d78ef447c3c022fd2d5185b1c9ce.zip |
ajout de xorg
Diffstat (limited to 'xorg-xinput/Pkgfile')
-rw-r--r-- | xorg-xinput/Pkgfile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/xorg-xinput/Pkgfile b/xorg-xinput/Pkgfile new file mode 100644 index 000000000..f1232790c --- /dev/null +++ b/xorg-xinput/Pkgfile @@ -0,0 +1,20 @@ +# Description: Utility to configure and test XInput devices +# URL: http://xorg.freedesktop.org +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: xorg-libxext, xorg-libxi +# Run on: xorg-libxext,xorg-libxi + +name=xorg-xinput +version=1.4.2 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/app/xinput-$version.tar.bz2) + +build() { + cd xinput-$version + + ./configure --prefix=/usr + + make + make DESTDIR=$PKG install +} |