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

19 lines
344 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: XCB araç kütüphanesi
# URL: http://xcb.freedesktop.org
# Paketçi: milisarge
# Gerekler: libxcb
name=xorg-xcb-util-keysyms
version=0.4.0
release=1
source=(http://xcb.freedesktop.org/dist/xcb-util-keysyms-$version.tar.bz2)
derle() {
cd xcb-util-keysyms-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}