aboutsummaryrefslogtreecommitdiff
path: root/extra/lcms2/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-12-21 11:28:59 +0300
committerCem Keylan <cem@ckyln.com>2020-12-21 11:28:59 +0300
commitb47cca2a818e5862ab552e5b7666c08174d28815 (patch)
treef40507ab06b9cee2fdae0039c0c37c5ba890d198 /extra/lcms2/build
parent27a85ba9eb54f1f5ebe5e1d5ca2d65bd336d091b (diff)
downloadrepository-b47cca2a818e5862ab552e5b7666c08174d28815.tar.gz
lcms2: add new package at 2.11
Diffstat (limited to 'extra/lcms2/build')
-rwxr-xr-xextra/lcms2/build7
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