diff options
author | piernov <piernov@piernov.org> | 2012-05-13 21:34:20 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2012-05-13 21:34:20 +0200 |
commit | 246b3a734a414fd313056b919235d3658ea0a374 (patch) | |
tree | 8ef1d892e16725e8d8d33ccddc38805ca20df296 /xorg-xinput/Pkgfile | |
parent | f35fb119bf993d3454668f50a17334e09b77160b (diff) | |
download | nutyx-pakxe-246b3a734a414fd313056b919235d3658ea0a374.tar.gz nutyx-pakxe-246b3a734a414fd313056b919235d3658ea0a374.tar.bz2 nutyx-pakxe-246b3a734a414fd313056b919235d3658ea0a374.tar.xz nutyx-pakxe-246b3a734a414fd313056b919235d3658ea0a374.zip |
Revert "ajout de xorg"
This reverts commit 55ba00459776d78ef447c3c022fd2d5185b1c9ce.
Diffstat (limited to 'xorg-xinput/Pkgfile')
-rw-r--r-- | xorg-xinput/Pkgfile | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/xorg-xinput/Pkgfile b/xorg-xinput/Pkgfile deleted file mode 100644 index f1232790c..000000000 --- a/xorg-xinput/Pkgfile +++ /dev/null @@ -1,20 +0,0 @@ -# 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 -} |