aboutsummaryrefslogtreecommitdiff
path: root/cem/giblib/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-04-23 22:12:19 +0300
committerCem Keylan <cem@ckyln.com>2020-04-23 22:12:19 +0300
commit0f973a7ab204e60d335a8a7b1481712786fbaf92 (patch)
tree1ed938f0c4acf32a75351b788d714c1ab632d89a /cem/giblib/build
parent719fc5dcebe9128dc610b773096d400e1922cfe8 (diff)
downloadrepository-0f973a7ab204e60d335a8a7b1481712786fbaf92.tar.gz
giblib: add new package at 1.2.4 to cem
Diffstat (limited to 'cem/giblib/build')
-rwxr-xr-xcem/giblib/build6
1 files changed, 6 insertions, 0 deletions
diff --git a/cem/giblib/build b/cem/giblib/build
new file mode 100755
index 0000000..5895332
--- /dev/null
+++ b/cem/giblib/build
@@ -0,0 +1,6 @@
+#!/bin/sh -e
+
+./configure --prefix=/usr
+
+make
+make DESTDIR="$1" install