From dafa699341ded6528d040615386fb50c23eef795 Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Wed, 23 Dec 2009 21:35:42 +0100 Subject: [PATCH] xorg-xf86-input-tslib: initial import (verified compilation) --- xorg-xf86-input-tslib/.footprint | 10 ++++++++++ xorg-xf86-input-tslib/.md5sum | 1 + xorg-xf86-input-tslib/Pkgfile | 26 ++++++++++++++++++++++++++ 3 files changed, 37 insertions(+) create mode 100644 xorg-xf86-input-tslib/.footprint create mode 100644 xorg-xf86-input-tslib/.md5sum create mode 100644 xorg-xf86-input-tslib/Pkgfile diff --git a/xorg-xf86-input-tslib/.footprint b/xorg-xf86-input-tslib/.footprint new file mode 100644 index 0000000..09b57e3 --- /dev/null +++ b/xorg-xf86-input-tslib/.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/tslib_drv.la +-rwxr-xr-x root/root usr/lib/xorg/modules/input/tslib_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/tslib.4.gz diff --git a/xorg-xf86-input-tslib/.md5sum b/xorg-xf86-input-tslib/.md5sum new file mode 100644 index 0000000..b4cb4bf --- /dev/null +++ b/xorg-xf86-input-tslib/.md5sum @@ -0,0 +1 @@ +b7a4d2f11637ee3fcf432e044b1d017f xf86-input-tslib-0.0.6.tar.bz2 diff --git a/xorg-xf86-input-tslib/Pkgfile b/xorg-xf86-input-tslib/Pkgfile new file mode 100644 index 0000000..d05d3f3 --- /dev/null +++ b/xorg-xf86-input-tslib/Pkgfile @@ -0,0 +1,26 @@ +# Description: xorg driver xf86-input-keyboard +# URL: http://xorg.freedesktop.org +# Arch Maintainer System Team crux-arm at mikeux dot dyndns dot org +# Depends on: xorg-server + +name=xorg-xf86-input-keyboard +version=0.0.6 +release=1 +source=(http://www.pengutronix.de/software/xf86-input-tslib/download/xf86-input-tslib-$version.tar.bz2) + +build() { + cd xf86-input-tslib-$version + + export DEFAULT_LIBS="-L$CLFS/lib -L$CLFS/usr/lib -L$CLFS/usr/lib/xorg -L$CLFS/usr/lib/xorg/modules" + export DEFAULT_CFLAGS="-I$CLFS/usr/include -I$CLFS/usr/include/X11 -I$CLFS/usr/include/X11/extensions" + export XORG_LIBS="$DEFAULT_LIBS -lXfont -lXrender -lXau -lpixman-1 -lXdmcp -lXv -lcrypt" + export XORG_CFLAGS="$DEFAULT_CFLAGS -I$CLFS/usr/include/xorg -fvisibility=hidden -DRENDER -DRANDR -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I$CLFS/usr/include/freetype2 -I$CLFS/usr/include/pixman-1" + + ./configure --build=$CHOST \ + --host=$CTARGET \ + --prefix=/usr \ + --mandir=/usr/man + + make + make DESTDIR=$PKG install +} -- 2.26.2