summaryrefslogtreecommitdiffstats
path: root/acompiler/xorg-xf86-input-acecad
diff options
context:
space:
mode:
Diffstat (limited to 'acompiler/xorg-xf86-input-acecad')
-rw-r--r--acompiler/xorg-xf86-input-acecad/.footprint11
-rw-r--r--acompiler/xorg-xf86-input-acecad/.md5sum1
-rw-r--r--acompiler/xorg-xf86-input-acecad/Pkgfile19
3 files changed, 31 insertions, 0 deletions
diff --git a/acompiler/xorg-xf86-input-acecad/.footprint b/acompiler/xorg-xf86-input-acecad/.footprint
new file mode 100644
index 000000000..4f0968973
--- /dev/null
+++ b/acompiler/xorg-xf86-input-acecad/.footprint
@@ -0,0 +1,11 @@
+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/acecad_drv.la
+-rwxr-xr-x root/root usr/lib/xorg/modules/input/acecad_drv.so
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man4/
+-rw-r--r-- root/root usr/share/man/man4/acecad.4.gz
diff --git a/acompiler/xorg-xf86-input-acecad/.md5sum b/acompiler/xorg-xf86-input-acecad/.md5sum
new file mode 100644
index 000000000..7c57086f8
--- /dev/null
+++ b/acompiler/xorg-xf86-input-acecad/.md5sum
@@ -0,0 +1 @@
+51247dc0d73185e35bec326283bc49a5 xf86-input-acecad-1.4.0.tar.bz2
diff --git a/acompiler/xorg-xf86-input-acecad/Pkgfile b/acompiler/xorg-xf86-input-acecad/Pkgfile
new file mode 100644
index 000000000..a31d59be2
--- /dev/null
+++ b/acompiler/xorg-xf86-input-acecad/Pkgfile
@@ -0,0 +1,19 @@
+# Description: xorg driver xf86-input-acecad
+# URL: http://xorg.freedesktop.org
+# Maintainer: NuTyX core team
+# Packager: lesibel at free dot fr
+# Depends on: xorg-server
+
+name=xorg-xf86-input-acecad
+version=1.4.0
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-input-acecad-$version.tar.bz2)
+
+build() {
+ cd xf86-input-acecad-$version
+
+ ./configure --prefix=/usr
+
+ make
+ make DESTDIR=$PKG install
+}