diff options
author | Juergen Daubert <jue@jue.li> | 2012-07-16 14:16:29 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2012-07-16 14:16:29 +0200 |
commit | 33bdbf0bcb4efb1e9e26696cb9c2ace420f7a957 (patch) | |
tree | 06ebbb70b126579bc58ef848124a04ceeacc0882 /xorg-xcb-util-keysyms | |
parent | e7fbeacfae3c397849d88d9d766bb48e0bdb7521 (diff) | |
download | xorg-33bdbf0bcb4efb1e9e26696cb9c2ace420f7a957.tar.gz xorg-33bdbf0bcb4efb1e9e26696cb9c2ace420f7a957.tar.xz |
xorg-xcb-util-keysyms: initial release
Diffstat (limited to 'xorg-xcb-util-keysyms')
-rw-r--r-- | xorg-xcb-util-keysyms/.footprint | 12 | ||||
-rw-r--r-- | xorg-xcb-util-keysyms/.md5sum | 1 | ||||
-rw-r--r-- | xorg-xcb-util-keysyms/Pkgfile | 18 |
3 files changed, 31 insertions, 0 deletions
diff --git a/xorg-xcb-util-keysyms/.footprint b/xorg-xcb-util-keysyms/.footprint new file mode 100644 index 00000000..471eb291 --- /dev/null +++ b/xorg-xcb-util-keysyms/.footprint @@ -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 b/xorg-xcb-util-keysyms/.md5sum new file mode 100644 index 00000000..d8de0682 --- /dev/null +++ b/xorg-xcb-util-keysyms/.md5sum @@ -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 00000000..c726a153 --- /dev/null +++ b/xorg-xcb-util-keysyms/Pkgfile @@ -0,0 +1,18 @@ +# Description: XCB utilities library +# URL: http://xcb.freedesktop.org +# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu +# Depends on: xorg-libxcb gperf + +name=xorg-xcb-util-keysyms +version=0.3.9 +release=1 +source=(http://www.x.org/releases/individual/xcb/xcb-util-keysyms-$version.tar.bz2) + +build() { + cd xcb-util-keysyms-$version + + ./configure --prefix=/usr + + make + make DESTDIR=$PKG install +} |