diff options
author | Cem Keylan <cem@ckyln.com> | 2020-04-23 22:12:19 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-04-23 22:12:19 +0300 |
commit | 0f973a7ab204e60d335a8a7b1481712786fbaf92 (patch) | |
tree | 1ed938f0c4acf32a75351b788d714c1ab632d89a /cem/giblib/build | |
parent | 719fc5dcebe9128dc610b773096d400e1922cfe8 (diff) | |
download | repository-0f973a7ab204e60d335a8a7b1481712786fbaf92.tar.gz |
giblib: add new package at 1.2.4 to cem
Diffstat (limited to 'cem/giblib/build')
-rwxr-xr-x | cem/giblib/build | 6 |
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 |