xorg/xorg-xcb-util-error/Pkgfile

17 lines
397 B
Plaintext

# Description: XCB errors library
# URL: https://cgit.freedesktop.org/xcb/util-errors/
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: xorg-xcb-util
name=xorg-xcb-util-error
version=1.0.1
release=1
source=(https://xcb.freedesktop.org/dist/xcb-util-errors-$version.tar.xz)
build() {
cd xcb-util-errors-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}