diff options
author | Cem Keylan <cem@ckyln.com> | 2021-02-18 04:05:55 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-02-18 04:05:55 +0300 |
commit | 0c4b6e88c088799232b7361cb7a0bf6285bbe5e0 (patch) | |
tree | 053b867c26eafd44e4bef4da50f76f55f7887f87 /xorg/xcb-util-xrm/build | |
parent | 79f2867bf4afa0b5512ec9dc123481592187c290 (diff) | |
download | repository-0c4b6e88c088799232b7361cb7a0bf6285bbe5e0.tar.gz |
xcb-util-xrm: add new package at 1.3
Diffstat (limited to 'xorg/xcb-util-xrm/build')
-rwxr-xr-x | xorg/xcb-util-xrm/build | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/xorg/xcb-util-xrm/build b/xorg/xcb-util-xrm/build new file mode 100755 index 00000000..58535d66 --- /dev/null +++ b/xorg/xcb-util-xrm/build @@ -0,0 +1,8 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --disable-devel-docs + +make +make DESTDIR="$1" install |