X-Git-Url: https://git.armaanb.net/?a=blobdiff_plain;f=xorg%2Flibxshmfence%2Fbuild;fp=xorg%2Flibxshmfence%2Fbuild;h=4a70bbd8b7fa3829456c155d27ea5736a841a0f8;hb=5b1e7b4a54e88c478a705b197585fec907060675;hp=0000000000000000000000000000000000000000;hpb=f5dd18d50c2c3cc2fd7bb0984080c93c54c8aa8b;p=asd-repo.git diff --git a/xorg/libxshmfence/build b/xorg/libxshmfence/build new file mode 100755 index 0000000..4a70bbd --- /dev/null +++ b/xorg/libxshmfence/build @@ -0,0 +1,8 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --with-shared-memory-dir=/dev/shm + +make +make DESTDIR="$1" install