diff options
author | Cem Keylan <cem@ckyln.com> | 2020-12-21 11:28:59 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-12-21 11:28:59 +0300 |
commit | b47cca2a818e5862ab552e5b7666c08174d28815 (patch) | |
tree | f40507ab06b9cee2fdae0039c0c37c5ba890d198 /extra/lcms2/build | |
parent | 27a85ba9eb54f1f5ebe5e1d5ca2d65bd336d091b (diff) | |
download | repository-b47cca2a818e5862ab552e5b7666c08174d28815.tar.gz |
lcms2: add new package at 2.11
Diffstat (limited to 'extra/lcms2/build')
-rwxr-xr-x | extra/lcms2/build | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/extra/lcms2/build b/extra/lcms2/build new file mode 100755 index 00000000..6daf22f8 --- /dev/null +++ b/extra/lcms2/build @@ -0,0 +1,7 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr + +make +make DESTDIR="$1" install |