mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 10:20:12 +00:00
15 lines
277 B
Plaintext
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
|
|
}
|