summaryrefslogtreecommitdiffstats
path: root/test/xorg-xf86-input-aiptek/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'test/xorg-xf86-input-aiptek/Pkgfile')
-rw-r--r--test/xorg-xf86-input-aiptek/Pkgfile19
1 files changed, 19 insertions, 0 deletions
diff --git a/test/xorg-xf86-input-aiptek/Pkgfile b/test/xorg-xf86-input-aiptek/Pkgfile
new file mode 100644
index 000000000..b1de4bbf4
--- /dev/null
+++ b/test/xorg-xf86-input-aiptek/Pkgfile
@@ -0,0 +1,19 @@
+# Description: Pilote pour les tablettes digitales Aiptek
+# URL: http://xorg.freedesktop.org
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: xorg-server
+
+name=xorg-xf86-input-acecad
+version=1.3.0
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-input-aiptek-$version.tar.bz2)
+
+build() {
+ cd xf86-input-aiptek-$version
+
+ ./configure --prefix=/usr
+
+ make
+ make DESTDIR=$PKG install
+}