Files
ports/main/xcb-util-errors/spkgbuild
2022-10-19 11:22:25 +02:00

15 lines
277 B
Plaintext

# description : XCB errors library
# depends : libxcb xorgproto
name=xcb-util-errors
version=1.0.1
release=1
source="https://xcb.freedesktop.org/dist/xcb-util-errors-$version.tar.xz"
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}