aboutsummaryrefslogtreecommitdiff
path: root/xorg/xclip/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-12-21 11:44:29 +0300
committerCem Keylan <cem@ckyln.com>2020-12-21 11:44:29 +0300
commitfff1a9c204c943e52c7f5bd65df3b5ef0c62081f (patch)
tree310b47b0950d2ad264914a37eb1aeb5beafcfe13 /xorg/xclip/build
parentb47cca2a818e5862ab552e5b7666c08174d28815 (diff)
downloadrepository-fff1a9c204c943e52c7f5bd65df3b5ef0c62081f.tar.gz
xclip: add new package at 0.13
Diffstat (limited to 'xorg/xclip/build')
-rwxr-xr-xxorg/xclip/build9
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