summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-03-09 14:29:59 +0100
committertnut <thierryn1 at hispeed dot ch>2010-03-09 14:29:59 +0100
commitbd3589c4e1c9e791c898798951d5e050ea1fa393 (patch)
tree3c938637450984cda9f875e68c706253015e4d1b /test
parent351ae50dd09fe5a90b3aef2d5ce1c07d5af692d2 (diff)
downloadnutyx-extra-bd3589c4e1c9e791c898798951d5e050ea1fa393.tar.gz
nutyx-extra-bd3589c4e1c9e791c898798951d5e050ea1fa393.tar.bz2
nutyx-extra-bd3589c4e1c9e791c898798951d5e050ea1fa393.tar.xz
nutyx-extra-bd3589c4e1c9e791c898798951d5e050ea1fa393.zip
Ajout de xorg-xf86-input-penmount#1.4.1-1
Diffstat (limited to 'test')
-rw-r--r--test/xorg-xf86-input-penmount/.footprint11
-rw-r--r--test/xorg-xf86-input-penmount/.md5sum1
-rw-r--r--test/xorg-xf86-input-penmount/Pkgfile19
3 files changed, 0 insertions, 31 deletions
diff --git a/test/xorg-xf86-input-penmount/.footprint b/test/xorg-xf86-input-penmount/.footprint
deleted file mode 100644
index b6f8049c3..000000000
--- a/test/xorg-xf86-input-penmount/.footprint
+++ /dev/null
@@ -1,11 +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/penmount_drv.la
--rwxr-xr-x root/root usr/lib/xorg/modules/input/penmount_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/
--rw-r--r-- root/root usr/share/man/man4/penmount.4.gz
diff --git a/test/xorg-xf86-input-penmount/.md5sum b/test/xorg-xf86-input-penmount/.md5sum
deleted file mode 100644
index 6add95f98..000000000
--- a/test/xorg-xf86-input-penmount/.md5sum
+++ /dev/null
@@ -1 +0,0 @@
-d5f1395b2dcefc7533ff5580e63f2066 xf86-input-penmount-1.4.0.tar.bz2
diff --git a/test/xorg-xf86-input-penmount/Pkgfile b/test/xorg-xf86-input-penmount/Pkgfile
deleted file mode 100644
index 5660f883a..000000000
--- a/test/xorg-xf86-input-penmount/Pkgfile
+++ /dev/null
@@ -1,19 +0,0 @@
-# Description: xorg driver xf86-input-penmount
-# URL: http://xorg.freedesktop.org
-# Maintainer: NuTyX core team
-# Packager: lesibel at free dot fr
-# Depends on: xorg-server
-
-name=xorg-xf86-input-penmount
-version=1.4.0
-release=2
-source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-input-penmount-$version.tar.bz2)
-
-build() {
- cd xf86-input-penmount-$version
-
- ./configure --prefix=/usr
-
- make
- make DESTDIR=$PKG install
-}