CRUX-ARM : Home

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

diff --git a/xorg-kbproto/.footprint b/xorg-kbproto/.footprint
new file mode 100644 (file)
index 0000000..6e16246
--- /dev/null
@@ -0,0 +1,12 @@
+drwxr-xr-x     root/root       usr/
+drwxr-xr-x     root/root       usr/include/
+drwxr-xr-x     root/root       usr/include/X11/
+drwxr-xr-x     root/root       usr/include/X11/extensions/
+-rw-r--r--     root/root       usr/include/X11/extensions/XKB.h
+-rw-r--r--     root/root       usr/include/X11/extensions/XKBgeom.h
+-rw-r--r--     root/root       usr/include/X11/extensions/XKBproto.h
+-rw-r--r--     root/root       usr/include/X11/extensions/XKBsrv.h
+-rw-r--r--     root/root       usr/include/X11/extensions/XKBstr.h
+drwxr-xr-x     root/root       usr/lib/
+drwxr-xr-x     root/root       usr/lib/pkgconfig/
+-rw-r--r--     root/root       usr/lib/pkgconfig/kbproto.pc
diff --git a/xorg-kbproto/.md5sum b/xorg-kbproto/.md5sum
new file mode 100644 (file)
index 0000000..dc82f0e
--- /dev/null
@@ -0,0 +1 @@
+7f439166a9b2bf81471a33951883019f  kbproto-1.0.4.tar.bz2
diff --git a/xorg-kbproto/Pkgfile b/xorg-kbproto/Pkgfile
new file mode 100644 (file)
index 0000000..c3d867c
--- /dev/null
@@ -0,0 +1,21 @@
+# Description: xorg proto kbproto
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Arch Maintainer: CRUX-ARM System Team, crux-ar at mikeux dot dyndns dot org
+# Depends on:
+
+name=xorg-kbproto
+version=1.0.4
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/proto/kbproto-$version.tar.bz2)
+
+build() {
+  cd kbproto-$version
+
+  ./configure --build=$CHOST \
+              --host=$CTARGET \
+              --prefix=/usr
+
+  make
+  make DESTDIR=$PKG install
+}