xorg/xorg-xcb-util-keysyms/Pkgfile
2019-04-14 20:34:34 +10:00

19 lines
386 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
name=xorg-xcb-util-keysyms
version=0.4.0
release=1
source=(https://xcb.freedesktop.org/dist/xcb-util-keysyms-$version.tar.bz2)
build() {
cd xcb-util-keysyms-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}