19 lines
400 B
Plaintext
19 lines
400 B
Plaintext
# 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
|
|
}
|