summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-xf86-input-dmc/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-10-27 22:23:36 +0100
committerThierry N <thierryn1 at hispeed dot ch>2009-10-27 22:23:36 +0100
commitbfa692600346247d96c289ab49845c7455ae4c3c (patch)
tree25576d5c0ea6b3536d3059243fb445e66df6e13c /xorg/xorg-xf86-input-dmc/Pkgfile
parent7382efb4ae792648d6f30bf62cd0cc083608fc35 (diff)
downloadnutyx-pakxe-bfa692600346247d96c289ab49845c7455ae4c3c.tar.gz
nutyx-pakxe-bfa692600346247d96c289ab49845c7455ae4c3c.tar.bz2
nutyx-pakxe-bfa692600346247d96c289ab49845c7455ae4c3c.tar.xz
nutyx-pakxe-bfa692600346247d96c289ab49845c7455ae4c3c.zip
Ajout de xorg-xf86-input-dmc#1.1.2-1
Diffstat (limited to 'xorg/xorg-xf86-input-dmc/Pkgfile')
-rw-r--r--xorg/xorg-xf86-input-dmc/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/xorg/xorg-xf86-input-dmc/Pkgfile b/xorg/xorg-xf86-input-dmc/Pkgfile
new file mode 100644
index 000000000..7c353398f
--- /dev/null
+++ b/xorg/xorg-xf86-input-dmc/Pkgfile
@@ -0,0 +1,18 @@
+# Description: xorg driver xf86-input-dmc
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Depends on: xorg-server
+
+name=xorg-xf86-input-dmc
+version=1.1.2
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-input-dmc-$version.tar.bz2)
+
+build() {
+ cd xf86-input-dmc-$version
+
+ ./configure --prefix=/usr --mandir=/usr/man
+
+ make
+ make DESTDIR=$PKG install
+}