summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-10-27 22:29:50 +0100
committerThierry N <thierryn1 at hispeed dot ch>2009-10-27 22:29:50 +0100
commitd8487b09988efa866afc146303154be27786c1d7 (patch)
treeef2c0d0354fddca649b93106b9c6e6f62fa2e120
parent6092389beda41d4958eec3f540044410410f7889 (diff)
downloadnutyx-extra-d8487b09988efa866afc146303154be27786c1d7.tar.gz
nutyx-extra-d8487b09988efa866afc146303154be27786c1d7.tar.bz2
nutyx-extra-d8487b09988efa866afc146303154be27786c1d7.tar.xz
nutyx-extra-d8487b09988efa866afc146303154be27786c1d7.zip
Ajout de xorg-xf86-input-mouse#1.4.0-1
-rw-r--r--xorg/xorg-xf86-input-mouse/.footprint10
-rw-r--r--xorg/xorg-xf86-input-mouse/.md5sum1
-rw-r--r--xorg/xorg-xf86-input-mouse/Pkgfile18
3 files changed, 29 insertions, 0 deletions
diff --git a/xorg/xorg-xf86-input-mouse/.footprint b/xorg/xorg-xf86-input-mouse/.footprint
new file mode 100644
index 000000000..eb7150fdc
--- /dev/null
+++ b/xorg/xorg-xf86-input-mouse/.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/mouse_drv.la
+-rwxr-xr-x root/root usr/lib/xorg/modules/input/mouse_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/mousedrv.4.gz
diff --git a/xorg/xorg-xf86-input-mouse/.md5sum b/xorg/xorg-xf86-input-mouse/.md5sum
new file mode 100644
index 000000000..4214fe877
--- /dev/null
+++ b/xorg/xorg-xf86-input-mouse/.md5sum
@@ -0,0 +1 @@
+e7dc0759c14a9bfd373917a49e5f7c7d xf86-input-mouse-1.4.0.tar.bz2
diff --git a/xorg/xorg-xf86-input-mouse/Pkgfile b/xorg/xorg-xf86-input-mouse/Pkgfile
new file mode 100644
index 000000000..af739d19d
--- /dev/null
+++ b/xorg/xorg-xf86-input-mouse/Pkgfile
@@ -0,0 +1,18 @@
+# Description: xorg driver xf86-input-mouse
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Depends on: xorg-server
+
+name=xorg-xf86-input-mouse
+version=1.4.0
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-input-mouse-$version.tar.bz2)
+
+build() {
+ cd xf86-input-mouse-$version
+
+ ./configure --prefix=/usr --mandir=/usr/man
+
+ make
+ make DESTDIR=$PKG install
+}