summaryrefslogtreecommitdiffstats
path: root/xorg-xf86-input-aiptek
diff options
context:
space:
mode:
authorLukc <lukc@upyum.com>2010-12-18 23:16:03 +0100
committerLukc <lukc@upyum.com>2010-12-18 23:16:03 +0100
commit1fa6afb7311322fa5c2b9c22a9a37c810a2b3418 (patch)
tree5b5f63901a4d7337f2abea8c90daae0330c93a0b /xorg-xf86-input-aiptek
downloadxorg-master.tar.gz
xorg-master.tar.bz2
xorg-master.tar.xz
xorg-master.zip
Import automatique des recettes de Crux. (git://crux.nu/ports/xorg.git - branche 2.7)HEADmaster
Diffstat (limited to 'xorg-xf86-input-aiptek')
-rw-r--r--xorg-xf86-input-aiptek/.footprint10
-rw-r--r--xorg-xf86-input-aiptek/.md5sum1
-rw-r--r--xorg-xf86-input-aiptek/Pkgfile17
-rw-r--r--xorg-xf86-input-aiptek/Pkgfile.old17
4 files changed, 45 insertions, 0 deletions
diff --git a/xorg-xf86-input-aiptek/.footprint b/xorg-xf86-input-aiptek/.footprint
new file mode 100644
index 0000000..b0c02f6
--- /dev/null
+++ b/xorg-xf86-input-aiptek/.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/aiptek_drv.la
+-rwxr-xr-x root/root usr/lib/xorg/modules/input/aiptek_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/aiptek.4.gz
diff --git a/xorg-xf86-input-aiptek/.md5sum b/xorg-xf86-input-aiptek/.md5sum
new file mode 100644
index 0000000..e6c943c
--- /dev/null
+++ b/xorg-xf86-input-aiptek/.md5sum
@@ -0,0 +1 @@
+86dbf173283b53c6402618f42adc4441 xf86-input-aiptek-1.3.1.tar.bz2
diff --git a/xorg-xf86-input-aiptek/Pkgfile b/xorg-xf86-input-aiptek/Pkgfile
new file mode 100644
index 0000000..71f2955
--- /dev/null
+++ b/xorg-xf86-input-aiptek/Pkgfile
@@ -0,0 +1,17 @@
+description="xorg driver xf86-input-aiptek"
+packager=""
+maintainer="Tilman Sauerbeck, tilman at crux dot nu"
+url="http://xorg.freedesktop.org"
+depends=()
+
+name=xorg-xf86-input-aiptek
+version=1.3.1
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-input-aiptek-1.3.1.tar.bz2)
+build ()
+{
+ cd xf86-input-aiptek-$version;
+ ./configure --prefix=/usr --mandir=$mandir;
+ make;
+ make DESTDIR=$PKG install
+}
diff --git a/xorg-xf86-input-aiptek/Pkgfile.old b/xorg-xf86-input-aiptek/Pkgfile.old
new file mode 100644
index 0000000..a5d1b95
--- /dev/null
+++ b/xorg-xf86-input-aiptek/Pkgfile.old
@@ -0,0 +1,17 @@
+# Description: xorg driver xf86-input-aiptek
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+
+name=xorg-xf86-input-aiptek
+version=1.3.1
+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 --mandir=/usr/man
+
+ make
+ make DESTDIR=$PKG install
+}