# Description: Library for handling standard X key constants and conversion to/from keycodes.
# URL: http://xcb.freedesktop.org
# Packagers: pierre at nutyx dot org, tnut at nutyx dot org
# Depends on: libxcb 

name=xcb-util-keysyms
version=0.4.0
release=1

source=(http://xcb.freedesktop.org/dist/$name-$version.tar.bz2)

build() {
        cd $name-$version
        ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
        make
        make DESTDIR=$PKG install
}
  
