xorg/xorg-xcb-util-error/Pkgfile

17 lines
397 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
2022-10-19 09:46:23 +02:00
version=1.0.1
release=1
2022-10-19 09:46:23 +02:00
source=(https://xcb.freedesktop.org/dist/xcb-util-errors-$version.tar.xz)
build() {
2022-10-19 09:46:23 +02:00
cd xcb-util-errors-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}