summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-xf86-input-penmount
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-10-27 22:31:19 +0100
committerThierry N <thierryn1 at hispeed dot ch>2009-10-27 22:31:19 +0100
commit6d8be3d7720863640a8ebdc7b3a918ad5d5d81f8 (patch)
treee02eb3ff4715072d11d980d387e268306facf253 /xorg/xorg-xf86-input-penmount
parent138059f71d5356d0c2b3d49faf5a2cb465e0cde7 (diff)
downloadnutyx-extra-6d8be3d7720863640a8ebdc7b3a918ad5d5d81f8.tar.gz
nutyx-extra-6d8be3d7720863640a8ebdc7b3a918ad5d5d81f8.tar.bz2
nutyx-extra-6d8be3d7720863640a8ebdc7b3a918ad5d5d81f8.tar.xz
nutyx-extra-6d8be3d7720863640a8ebdc7b3a918ad5d5d81f8.zip
Ajout de xorg-xf86-input-penmount#1.4.0-1
Diffstat (limited to 'xorg/xorg-xf86-input-penmount')
-rw-r--r--xorg/xorg-xf86-input-penmount/.footprint10
-rw-r--r--xorg/xorg-xf86-input-penmount/.md5sum1
-rw-r--r--xorg/xorg-xf86-input-penmount/Pkgfile18
3 files changed, 29 insertions, 0 deletions
diff --git a/xorg/xorg-xf86-input-penmount/.footprint b/xorg/xorg-xf86-input-penmount/.footprint
new file mode 100644
index 000000000..77641bdbd
--- /dev/null
+++ b/xorg/xorg-xf86-input-penmount/.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/penmount_drv.la
+-rwxr-xr-x root/root usr/lib/xorg/modules/input/penmount_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/penmount.4.gz
diff --git a/xorg/xorg-xf86-input-penmount/.md5sum b/xorg/xorg-xf86-input-penmount/.md5sum
new file mode 100644
index 000000000..6add95f98
--- /dev/null
+++ b/xorg/xorg-xf86-input-penmount/.md5sum
@@ -0,0 +1 @@
+d5f1395b2dcefc7533ff5580e63f2066 xf86-input-penmount-1.4.0.tar.bz2
diff --git a/xorg/xorg-xf86-input-penmount/Pkgfile b/xorg/xorg-xf86-input-penmount/Pkgfile
new file mode 100644
index 000000000..6436df463
--- /dev/null
+++ b/xorg/xorg-xf86-input-penmount/Pkgfile
@@ -0,0 +1,18 @@
+# Description: xorg driver xf86-input-penmount
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Depends on: xorg-server
+
+name=xorg-xf86-input-penmount
+version=1.4.0
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-input-penmount-$version.tar.bz2)
+
+build() {
+ cd xf86-input-penmount-$version
+
+ ./configure --prefix=/usr --mandir=/usr/man
+
+ make
+ make DESTDIR=$PKG install
+}