From 1fa6afb7311322fa5c2b9c22a9a37c810a2b3418 Mon Sep 17 00:00:00 2001 From: Lukc Date: Sat, 18 Dec 2010 23:16:03 +0100 Subject: Import automatique des recettes de Crux. (git://crux.nu/ports/xorg.git - branche 2.7) --- xorg-xf86-input-aiptek/.footprint | 10 ++++++++++ xorg-xf86-input-aiptek/.md5sum | 1 + xorg-xf86-input-aiptek/Pkgfile | 17 +++++++++++++++++ xorg-xf86-input-aiptek/Pkgfile.old | 17 +++++++++++++++++ 4 files changed, 45 insertions(+) create mode 100644 xorg-xf86-input-aiptek/.footprint create mode 100644 xorg-xf86-input-aiptek/.md5sum create mode 100644 xorg-xf86-input-aiptek/Pkgfile create mode 100644 xorg-xf86-input-aiptek/Pkgfile.old (limited to 'xorg-xf86-input-aiptek') 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 +} -- cgit v1.2.3-54-g00ecf