diff options
author | Cem Keylan <cem@ckyln.com> | 2020-12-21 11:44:29 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-12-21 11:44:29 +0300 |
commit | fff1a9c204c943e52c7f5bd65df3b5ef0c62081f (patch) | |
tree | 310b47b0950d2ad264914a37eb1aeb5beafcfe13 /xorg/xclip/build | |
parent | b47cca2a818e5862ab552e5b7666c08174d28815 (diff) | |
download | repository-fff1a9c204c943e52c7f5bd65df3b5ef0c62081f.tar.gz |
xclip: add new package at 0.13
Diffstat (limited to 'xorg/xclip/build')
-rwxr-xr-x | xorg/xclip/build | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/xorg/xclip/build b/xorg/xclip/build new file mode 100755 index 00000000..e6b61563 --- /dev/null +++ b/xorg/xclip/build @@ -0,0 +1,9 @@ +#!/bin/sh -e + +autoreconf -i + +./configure \ + --prefix=/usr + +make +make DESTDIR="$1" install |