xorg/xorg-xcb-util-keysyms/Pkgfile

17 lines
385 B
Plaintext
Raw Normal View History

2012-07-16 14:16:29 +02:00
# Description: XCB utilities library
# URL: https://xcb.freedesktop.org/
2012-07-16 14:16:29 +02:00
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: xorg-libxcb
2012-07-16 14:16:29 +02:00
name=xorg-xcb-util-keysyms
2022-10-19 09:49:10 +02:00
version=0.4.1
2012-07-16 14:16:29 +02:00
release=1
2022-10-19 09:49:10 +02:00
source=(https://xcb.freedesktop.org/dist/xcb-util-keysyms-$version.tar.xz)
2012-07-16 14:16:29 +02:00
build() {
cd xcb-util-keysyms-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}