CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
xorg-setxkbmap: initial import (verified compilation)
authorJose V Beneyto <sepen@crux.nu>
Mon, 21 Dec 2009 14:48:32 +0000 (15:48 +0100)
committerJose V Beneyto <sepen@crux.nu>
Mon, 21 Dec 2009 14:48:32 +0000 (15:48 +0100)
xorg-setxkbmap/.footprint [new file with mode: 0644]
xorg-setxkbmap/.md5sum [new file with mode: 0644]
xorg-setxkbmap/Pkgfile [new file with mode: 0644]

diff --git a/xorg-setxkbmap/.footprint b/xorg-setxkbmap/.footprint
new file mode 100644 (file)
index 0000000..0454eb1
--- /dev/null
@@ -0,0 +1,6 @@
+drwxr-xr-x     root/root       usr/
+drwxr-xr-x     root/root       usr/bin/
+-rwxr-xr-x     root/root       usr/bin/setxkbmap
+drwxr-xr-x     root/root       usr/man/
+drwxr-xr-x     root/root       usr/man/man1/
+-rw-r--r--     root/root       usr/man/man1/setxkbmap.1.gz
diff --git a/xorg-setxkbmap/.md5sum b/xorg-setxkbmap/.md5sum
new file mode 100644 (file)
index 0000000..7cb86ba
--- /dev/null
@@ -0,0 +1 @@
+2f902e0a89aaf2b19e06e7f26c6efb3a  setxkbmap-1.1.0.tar.bz2
diff --git a/xorg-setxkbmap/Pkgfile b/xorg-setxkbmap/Pkgfile
new file mode 100644 (file)
index 0000000..ba3811f
--- /dev/null
@@ -0,0 +1,25 @@
+# Description: Set the keyboard using the X Keyboard Extension
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck tilman at crux dot nu
+# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org
+# Depends on: xorg-libx11 xorg-libxkbfile
+
+name=xorg-setxkbmap
+version=1.1.0
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/app/setxkbmap-$version.tar.bz2)
+
+build() {
+  cd setxkbmap-$version
+
+  export SETXKBMAP_LIBS="-L$CLFS/usr/lib -lxkbfile -lX11"
+  export SETXKBMAP_CFLAGS="-I$CLFS/usr/include -I$CLFS/usr/include/X11 -I$CLFS/usr/include/X11/extensions"
+
+  ./configure --build=$CHOST \
+              --host=$CTARGET \
+              --prefix=/usr \
+              --mandir=/usr/man
+
+  make
+  make DESTDIR=$PKG install
+}