aboutsummaryrefslogtreecommitdiff
path: root/extra/libICE/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2023-01-12 17:30:59 +0100
committerCem Keylan <cem@ckyln.com>2023-01-12 17:30:59 +0100
commit0d6820a195d8b4cde26843e3c5abe53c277f17b8 (patch)
tree071f8cb22605106e8eb95e3a82a1ef45aefc0723 /extra/libICE/build
parent7d4bcb0d9f05e0b36137b05b1992a7eed971c0a5 (diff)
downloadrepository-0d6820a195d8b4cde26843e3c5abe53c277f17b8.tar.gz
libICE: move to extra
Diffstat (limited to 'extra/libICE/build')
-rwxr-xr-xextra/libICE/build7
1 files changed, 7 insertions, 0 deletions
diff --git a/extra/libICE/build b/extra/libICE/build
new file mode 100755
index 00000000..6daf22f8
--- /dev/null
+++ b/extra/libICE/build
@@ -0,0 +1,7 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr
+
+make
+make DESTDIR="$1" install