CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
xorg-xf86-input-keyboard: initial import (verified compilation)
authorJose V Beneyto <sepen@crux.nu>
Fri, 18 Dec 2009 18:55:12 +0000 (19:55 +0100)
committerJose V Beneyto <sepen@crux.nu>
Fri, 18 Dec 2009 18:55:12 +0000 (19:55 +0100)
xorg-xf86-input-keyboard/.footprint [new file with mode: 0644]
xorg-xf86-input-keyboard/.md5sum [new file with mode: 0644]
xorg-xf86-input-keyboard/Pkgfile [new file with mode: 0644]

diff --git a/xorg-xf86-input-keyboard/.footprint b/xorg-xf86-input-keyboard/.footprint
new file mode 100644 (file)
index 0000000..da705da
--- /dev/null
@@ -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/kbd_drv.la
+-rwxr-xr-x     root/root       usr/lib/xorg/modules/input/kbd_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/kbd.4.gz
diff --git a/xorg-xf86-input-keyboard/.md5sum b/xorg-xf86-input-keyboard/.md5sum
new file mode 100644 (file)
index 0000000..86fa39f
--- /dev/null
@@ -0,0 +1 @@
+fd17158ffeacecc8cc670604460cb98b  xf86-input-keyboard-1.4.0.tar.bz2
diff --git a/xorg-xf86-input-keyboard/Pkgfile b/xorg-xf86-input-keyboard/Pkgfile
new file mode 100644 (file)
index 0000000..d4d6858
--- /dev/null
@@ -0,0 +1,27 @@
+# Description: xorg driver xf86-input-keyboard
+# 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-keyboard
+version=1.4.0
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-input-keyboard-$version.tar.bz2)
+
+build() {
+  cd xf86-input-keyboard-$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
+}