From 5039cf004bd402bcd8b797ce37ec8b0324f30fd0 Mon Sep 17 00:00:00 2001 From: piernov Date: Sat, 2 Jun 2012 16:14:49 +0000 Subject: xorg-xcb-util-keysyms 0.3.9-1 ajout port --- xorg-xcb-util-keysyms/.footprint.i686 | 12 ++++++++++++ xorg-xcb-util-keysyms/.footprint.x86_64 | 12 ++++++++++++ xorg-xcb-util-keysyms/.md5sum.i686 | 1 + xorg-xcb-util-keysyms/.md5sum.x86_64 | 1 + xorg-xcb-util-keysyms/Pkgfile | 20 ++++++++++++++++++++ 5 files changed, 46 insertions(+) create mode 100644 xorg-xcb-util-keysyms/.footprint.i686 create mode 100644 xorg-xcb-util-keysyms/.footprint.x86_64 create mode 100644 xorg-xcb-util-keysyms/.md5sum.i686 create mode 100644 xorg-xcb-util-keysyms/.md5sum.x86_64 create mode 100644 xorg-xcb-util-keysyms/Pkgfile (limited to 'xorg-xcb-util-keysyms') diff --git a/xorg-xcb-util-keysyms/.footprint.i686 b/xorg-xcb-util-keysyms/.footprint.i686 new file mode 100644 index 000000000..471eb291b --- /dev/null +++ b/xorg-xcb-util-keysyms/.footprint.i686 @@ -0,0 +1,12 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/xcb/ +-rw-r--r-- root/root usr/include/xcb/xcb_keysyms.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libxcb-keysyms.a +-rwxr-xr-x root/root usr/lib/libxcb-keysyms.la +lrwxrwxrwx root/root usr/lib/libxcb-keysyms.so -> libxcb-keysyms.so.1.0.0 +lrwxrwxrwx root/root usr/lib/libxcb-keysyms.so.1 -> libxcb-keysyms.so.1.0.0 +-rwxr-xr-x root/root usr/lib/libxcb-keysyms.so.1.0.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/xcb-keysyms.pc diff --git a/xorg-xcb-util-keysyms/.footprint.x86_64 b/xorg-xcb-util-keysyms/.footprint.x86_64 new file mode 100644 index 000000000..471eb291b --- /dev/null +++ b/xorg-xcb-util-keysyms/.footprint.x86_64 @@ -0,0 +1,12 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/xcb/ +-rw-r--r-- root/root usr/include/xcb/xcb_keysyms.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libxcb-keysyms.a +-rwxr-xr-x root/root usr/lib/libxcb-keysyms.la +lrwxrwxrwx root/root usr/lib/libxcb-keysyms.so -> libxcb-keysyms.so.1.0.0 +lrwxrwxrwx root/root usr/lib/libxcb-keysyms.so.1 -> libxcb-keysyms.so.1.0.0 +-rwxr-xr-x root/root usr/lib/libxcb-keysyms.so.1.0.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/xcb-keysyms.pc diff --git a/xorg-xcb-util-keysyms/.md5sum.i686 b/xorg-xcb-util-keysyms/.md5sum.i686 new file mode 100644 index 000000000..d8de06823 --- /dev/null +++ b/xorg-xcb-util-keysyms/.md5sum.i686 @@ -0,0 +1 @@ +64e4aad2d48cd4a92e2da13b9f35bfd2 xcb-util-keysyms-0.3.9.tar.bz2 diff --git a/xorg-xcb-util-keysyms/.md5sum.x86_64 b/xorg-xcb-util-keysyms/.md5sum.x86_64 new file mode 100644 index 000000000..d8de06823 --- /dev/null +++ b/xorg-xcb-util-keysyms/.md5sum.x86_64 @@ -0,0 +1 @@ +64e4aad2d48cd4a92e2da13b9f35bfd2 xcb-util-keysyms-0.3.9.tar.bz2 diff --git a/xorg-xcb-util-keysyms/Pkgfile b/xorg-xcb-util-keysyms/Pkgfile new file mode 100644 index 000000000..29c214c23 --- /dev/null +++ b/xorg-xcb-util-keysyms/Pkgfile @@ -0,0 +1,20 @@ +# Description: XCB utilities library +# URL: http://xcb.freedesktop.org +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: xorg-libxcb gperf +# Run on: xorg-libxcb,gperf + +name=xorg-xcb-util-keysyms +version=0.3.9 +release=1 +source=(http://xcb.freedesktop.org/dist/xcb-util-keysyms-$version.tar.bz2) + +build() { + cd xcb-util-keysyms-$version + + ./configure $XORG_CONFIG + + make + make DESTDIR=$PKG install +} -- cgit v1.2.3-54-g00ecf