summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-xf86-input-elo2300
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-10-27 22:24:24 +0100
committerThierry N <thierryn1 at hispeed dot ch>2009-10-27 22:24:24 +0100
commite2933d749a5268401786941cc182adcf8b85bb65 (patch)
tree69a6cd0a44f95a72040f0034efa0a2a367697aaf /xorg/xorg-xf86-input-elo2300
parent3c21d9259026c1b1ce08b20185391eb5cffb6a29 (diff)
downloadnutyx-extra-e2933d749a5268401786941cc182adcf8b85bb65.tar.gz
nutyx-extra-e2933d749a5268401786941cc182adcf8b85bb65.tar.bz2
nutyx-extra-e2933d749a5268401786941cc182adcf8b85bb65.tar.xz
nutyx-extra-e2933d749a5268401786941cc182adcf8b85bb65.zip
Ajout de xorg-xf86-input-elo2300#1.1.2-1
Diffstat (limited to 'xorg/xorg-xf86-input-elo2300')
-rw-r--r--xorg/xorg-xf86-input-elo2300/.footprint7
-rw-r--r--xorg/xorg-xf86-input-elo2300/.md5sum1
-rw-r--r--xorg/xorg-xf86-input-elo2300/Pkgfile20
3 files changed, 28 insertions, 0 deletions
diff --git a/xorg/xorg-xf86-input-elo2300/.footprint b/xorg/xorg-xf86-input-elo2300/.footprint
new file mode 100644
index 000000000..4b6f0f882
--- /dev/null
+++ b/xorg/xorg-xf86-input-elo2300/.footprint
@@ -0,0 +1,7 @@
+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/elo2300_drv.la
+-rwxr-xr-x root/root usr/lib/xorg/modules/input/elo2300_drv.so
diff --git a/xorg/xorg-xf86-input-elo2300/.md5sum b/xorg/xorg-xf86-input-elo2300/.md5sum
new file mode 100644
index 000000000..757cf01ed
--- /dev/null
+++ b/xorg/xorg-xf86-input-elo2300/.md5sum
@@ -0,0 +1 @@
+611d0a77a80286bc926dd3c414e59555 xf86-input-elo2300-1.1.2.tar.bz2
diff --git a/xorg/xorg-xf86-input-elo2300/Pkgfile b/xorg/xorg-xf86-input-elo2300/Pkgfile
new file mode 100644
index 000000000..ef4f2eec7
--- /dev/null
+++ b/xorg/xorg-xf86-input-elo2300/Pkgfile
@@ -0,0 +1,20 @@
+# Description: xorg driver xf86-input-elo2300
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Depends on: xorg-server
+
+name=xorg-xf86-input-elo2300
+version=1.1.2
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-input-elo2300-$version.tar.bz2)
+
+build() {
+ cd xf86-input-elo2300-$version
+
+ ./configure --prefix=/usr
+
+ make
+ make DESTDIR=$PKG install
+
+ rmdir $PKG/usr/{share/man/man4,share/man,share}
+}