summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-03-21 11:23:44 +0100
committertnut <thierryn1 at hispeed dot ch>2010-03-21 11:23:44 +0100
commitc7f9d5b41167ce66857c61aabea7bc7c84659e5a (patch)
tree4f2b94fdd0f58e99367c8f373ea24290c42d23d5 /test
parent3181c35ffadc215b97229784c9530805f86476c7 (diff)
downloadnutyx-extra-c7f9d5b41167ce66857c61aabea7bc7c84659e5a.tar.gz
nutyx-extra-c7f9d5b41167ce66857c61aabea7bc7c84659e5a.tar.bz2
nutyx-extra-c7f9d5b41167ce66857c61aabea7bc7c84659e5a.tar.xz
nutyx-extra-c7f9d5b41167ce66857c61aabea7bc7c84659e5a.zip
Ajout de xorg-xf86-input-hyperpen#1.3.0-2
Diffstat (limited to 'test')
-rw-r--r--test/xorg-xf86-input-hyperpen/.footprint10
-rw-r--r--test/xorg-xf86-input-hyperpen/.md5sum1
-rw-r--r--test/xorg-xf86-input-hyperpen/Pkgfile19
3 files changed, 0 insertions, 30 deletions
diff --git a/test/xorg-xf86-input-hyperpen/.footprint b/test/xorg-xf86-input-hyperpen/.footprint
deleted file mode 100644
index e07e7074c..000000000
--- a/test/xorg-xf86-input-hyperpen/.footprint
+++ /dev/null
@@ -1,10 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/lib/
-drwxr-xr-x root/root usr/lib/xorg/
-drwxr-xr-x root/root usr/lib/xorg/modules/
-drwxr-xr-x root/root usr/lib/xorg/modules/input/
--rwxr-xr-x root/root usr/lib/xorg/modules/input/hyperpen_drv.la
--rwxr-xr-x root/root usr/lib/xorg/modules/input/hyperpen_drv.so
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/man/
-drwxr-xr-x root/root usr/share/man/man4/
diff --git a/test/xorg-xf86-input-hyperpen/.md5sum b/test/xorg-xf86-input-hyperpen/.md5sum
deleted file mode 100644
index ac88bbd9e..000000000
--- a/test/xorg-xf86-input-hyperpen/.md5sum
+++ /dev/null
@@ -1 +0,0 @@
-c50d0da3206d18d9d94f720e3688eca5 xf86-input-hyperpen-1.3.0.tar.bz2
diff --git a/test/xorg-xf86-input-hyperpen/Pkgfile b/test/xorg-xf86-input-hyperpen/Pkgfile
deleted file mode 100644
index 41bc98882..000000000
--- a/test/xorg-xf86-input-hyperpen/Pkgfile
+++ /dev/null
@@ -1,19 +0,0 @@
-# Description: xorg driver xf86-input-hyperpen
-# URL: http://xorg.freedesktop.org
-# Maintainer: NuTyX core team
-# Packager: lesibel at free dot fr
-# Depends on: xorg-server
-
-name=xorg-xf86-input-hyperpen
-version=1.3.0
-release=2
-source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-input-hyperpen-$version.tar.bz2)
-
-build() {
- cd xf86-input-hyperpen-$version
-
- ./configure --prefix=/usr
-
- make
- make DESTDIR=$PKG install
-}