summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-xf86-input-palmax/Pkgfile
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/Pkgfile
parent2c4bff2e14b04e6a7588f2ec38f8e0e5a6094f27 (diff)
downloadnutyx-extra-138059f71d5356d0c2b3d49faf5a2cb465e0cde7.tar.gz
nutyx-extra-138059f71d5356d0c2b3d49faf5a2cb465e0cde7.tar.bz2
nutyx-extra-138059f71d5356d0c2b3d49faf5a2cb465e0cde7.tar.xz
nutyx-extra-138059f71d5356d0c2b3d49faf5a2cb465e0cde7.zip
Ajout de xorg-xf86-input-palmax#1.2.0-1
Diffstat (limited to 'xorg/xorg-xf86-input-palmax/Pkgfile')
-rw-r--r--xorg/xorg-xf86-input-palmax/Pkgfile18
1 files changed, 18 insertions, 0 deletions
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
+}