xorg/xorg-xcb-util-error/Pkgfile

17 lines
400 B
Plaintext
Raw Normal View History

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