milis/talimatname/genel/xcb-util-keysyms/talimat

19 lines
481 B
Plaintext

# Description: Library for handling standard X key constants and conversion to/from keycodes.
# URL: http://xcb.freedesktop.org
# Packagers: alihan-ozturk28@hotmail.com
# Depends on: libxcb xorg-util-macros
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
}