From e9d0063a1ed6caac9b01ccf491a180ccb93b0190 Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Fri, 18 Dec 2009 19:38:50 +0100 Subject: [PATCH] xorg-xf86-input-evdev: initial import (verified compilation) --- xorg-xf86-input-evdev/.footprint | 12 ++++++++++++ xorg-xf86-input-evdev/.md5sum | 1 + xorg-xf86-input-evdev/Pkgfile | 27 +++++++++++++++++++++++++++ 3 files changed, 40 insertions(+) create mode 100644 xorg-xf86-input-evdev/.footprint create mode 100644 xorg-xf86-input-evdev/.md5sum create mode 100644 xorg-xf86-input-evdev/Pkgfile diff --git a/xorg-xf86-input-evdev/.footprint b/xorg-xf86-input-evdev/.footprint new file mode 100644 index 0000000..ef45e3f --- /dev/null +++ b/xorg-xf86-input-evdev/.footprint @@ -0,0 +1,12 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/xorg-evdev.pc +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/evdev_drv.la +-rwxr-xr-x root/root usr/lib/xorg/modules/input/evdev_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/evdev.4.gz diff --git a/xorg-xf86-input-evdev/.md5sum b/xorg-xf86-input-evdev/.md5sum new file mode 100644 index 0000000..e1a6070 --- /dev/null +++ b/xorg-xf86-input-evdev/.md5sum @@ -0,0 +1 @@ +e56ce4424b89b2409c6e73e007a85da7 xf86-input-evdev-2.3.1.tar.bz2 diff --git a/xorg-xf86-input-evdev/Pkgfile b/xorg-xf86-input-evdev/Pkgfile new file mode 100644 index 0000000..6ec9b4b --- /dev/null +++ b/xorg-xf86-input-evdev/Pkgfile @@ -0,0 +1,27 @@ +# Description: xorg driver xf86-input-evdev +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck tilman at crux dot nu +# Arch Maintainer System Team crux-arm at mikeux dot dyndns dot org +# Depends on: xorg-server + +name=xorg-xf86-input-evdev +version=2.3.1 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-input-evdev-$version.tar.bz2) + +build() { + cd xf86-input-evdev-$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