X-Git-Url: https://git.armaanb.net/?a=blobdiff_plain;f=xorg%2Fxcb-util%2Fbuild;fp=xorg%2Fxcb-util%2Fbuild;h=7ca84fcf761969cd4e3c2035ba6b245ec8628b4b;hb=5b1e7b4a54e88c478a705b197585fec907060675;hp=0000000000000000000000000000000000000000;hpb=f5dd18d50c2c3cc2fd7bb0984080c93c54c8aa8b;p=asd-repo.git diff --git a/xorg/xcb-util/build b/xorg/xcb-util/build new file mode 100755 index 0000000..7ca84fc --- /dev/null +++ b/xorg/xcb-util/build @@ -0,0 +1,8 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --disable-static + +make +make DESTDIR="$1" install