2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

xcb-util: add pkg

This commit is contained in:
Muhammad Herdiansyah 2019-07-09 19:11:17 +07:00
parent ac925a525b
commit 54313772a7
5 changed files with 13 additions and 0 deletions

8
xorg/xcb-util/build Executable file
View File

@ -0,0 +1,8 @@
#!/bin/sh -e
./configure \
--prefix=/usr \
--disable-static
make
make DESTDIR="$1" install

1
xorg/xcb-util/checksums Normal file
View File

@ -0,0 +1 @@
46e49469cb3b594af1d33176cd7565def2be3fa8be4371d62271fabb5eae50e9 xcb-util-0.4.0.tar.bz2

2
xorg/xcb-util/depends Normal file
View File

@ -0,0 +1,2 @@
libxcb
gperf make

1
xorg/xcb-util/sources Normal file
View File

@ -0,0 +1 @@
https://xcb.freedesktop.org/dist/xcb-util-0.4.0.tar.bz2

1
xorg/xcb-util/version Normal file
View File

@ -0,0 +1 @@
0.4.0 1