summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-xf86-input-palmax
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-10-27 22:30:51 +0100
committerThierry N <thierryn1 at hispeed dot ch>2009-10-27 22:30:51 +0100
commit138059f71d5356d0c2b3d49faf5a2cb465e0cde7 (patch)
tree25a355471074a00972c1623f24956c7b01ca16e7 /xorg/xorg-xf86-input-palmax
parent2c4bff2e14b04e6a7588f2ec38f8e0e5a6094f27 (diff)
downloadnutyx-pakxe-138059f71d5356d0c2b3d49faf5a2cb465e0cde7.tar.gz
nutyx-pakxe-138059f71d5356d0c2b3d49faf5a2cb465e0cde7.tar.bz2
nutyx-pakxe-138059f71d5356d0c2b3d49faf5a2cb465e0cde7.tar.xz
nutyx-pakxe-138059f71d5356d0c2b3d49faf5a2cb465e0cde7.zip
Ajout de xorg-xf86-input-palmax#1.2.0-1
Diffstat (limited to 'xorg/xorg-xf86-input-palmax')
-rw-r--r--xorg/xorg-xf86-input-palmax/.footprint10
-rw-r--r--xorg/xorg-xf86-input-palmax/.md5sum1
-rw-r--r--xorg/xorg-xf86-input-palmax/Pkgfile18
3 files changed, 29 insertions, 0 deletions
diff --git a/xorg/xorg-xf86-input-palmax/.footprint b/xorg/xorg-xf86-input-palmax/.footprint
new file mode 100644
index 000000000..08608d1a2
--- /dev/null
+++ b/xorg/xorg-xf86-input-palmax/.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/palmax_drv.la
+-rwxr-xr-x root/root usr/lib/xorg/modules/input/palmax_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/palmax.4.gz
diff --git a/xorg/xorg-xf86-input-palmax/.md5sum b/xorg/xorg-xf86-input-palmax/.md5sum
new file mode 100644
index 000000000..052c05fb8
--- /dev/null
+++ b/xorg/xorg-xf86-input-palmax/.md5sum
@@ -0,0 +1 @@
+9655d2235569c5a6ac321c6fb89a6f3b xf86-input-palmax-1.2.0.tar.bz2
diff --git a/xorg/xorg-xf86-input-palmax/Pkgfile b/xorg/xorg-xf86-input-palmax/Pkgfile
new file mode 100644
index 000000000..647800640
--- /dev/null
+++ b/xorg/xorg-xf86-input-palmax/Pkgfile
@@ -0,0 +1,18 @@
+# Description: xorg driver xf86-input-palmax
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Depends on: xorg-server
+
+name=xorg-xf86-input-palmax
+version=1.2.0
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-input-palmax-$version.tar.bz2)
+
+build() {
+ cd xf86-input-palmax-$version
+
+ ./configure --prefix=/usr --mandir=/usr/man
+
+ make
+ make DESTDIR=$PKG install
+}