summaryrefslogtreecommitdiffstats
path: root/xorg
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-10-27 22:34:27 +0100
committerThierry N <thierryn1 at hispeed dot ch>2009-10-27 22:34:27 +0100
commitdaa3910c72f62ac1e00a739313258310dc4c0964 (patch)
tree6546c32d10acd55b2121f5e719ef4669d03855ab /xorg
parentf8217c75be13ec22e7d9dcd7b49b72dec7e48fd0 (diff)
downloadnutyx-pakxe-daa3910c72f62ac1e00a739313258310dc4c0964.tar.gz
nutyx-pakxe-daa3910c72f62ac1e00a739313258310dc4c0964.tar.bz2
nutyx-pakxe-daa3910c72f62ac1e00a739313258310dc4c0964.tar.xz
nutyx-pakxe-daa3910c72f62ac1e00a739313258310dc4c0964.zip
Ajout de xorg-xf86-input-void#1.2.0-1
Diffstat (limited to 'xorg')
-rw-r--r--xorg/xorg-xf86-input-void/.footprint10
-rw-r--r--xorg/xorg-xf86-input-void/.md5sum1
-rw-r--r--xorg/xorg-xf86-input-void/Pkgfile18
3 files changed, 29 insertions, 0 deletions
diff --git a/xorg/xorg-xf86-input-void/.footprint b/xorg/xorg-xf86-input-void/.footprint
new file mode 100644
index 000000000..dbfe8c532
--- /dev/null
+++ b/xorg/xorg-xf86-input-void/.footprint
@@ -0,0 +1,10 @@
+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/void_drv.la
+-rwxr-xr-x root/root usr/lib/xorg/modules/input/void_drv.so
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man4/
+-rw-r--r-- root/root usr/man/man4/void.4.gz
diff --git a/xorg/xorg-xf86-input-void/.md5sum b/xorg/xorg-xf86-input-void/.md5sum
new file mode 100644
index 000000000..8c33c83b8
--- /dev/null
+++ b/xorg/xorg-xf86-input-void/.md5sum
@@ -0,0 +1 @@
+c81fbd9368abbe1488b423ddef477e88 xf86-input-void-1.2.0.tar.bz2
diff --git a/xorg/xorg-xf86-input-void/Pkgfile b/xorg/xorg-xf86-input-void/Pkgfile
new file mode 100644
index 000000000..90c962f83
--- /dev/null
+++ b/xorg/xorg-xf86-input-void/Pkgfile
@@ -0,0 +1,18 @@
+# Description: xorg driver xf86-input-void
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Depends on: xorg-server
+
+name=xorg-xf86-input-void
+version=1.2.0
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-input-void-$version.tar.bz2)
+
+build() {
+ cd xf86-input-void-$version
+
+ ./configure --prefix=/usr --mandir=/usr/man
+
+ make
+ make DESTDIR=$PKG install
+}