diff options
author | Cem Keylan <cem@ckyln.com> | 2021-08-03 10:59:20 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-08-03 10:59:20 +0300 |
commit | b9f493e997e86c7c25685bd4c3a3705ff5a6c8e6 (patch) | |
tree | 56225e47365933f8f60b5dd8f1002d72672b2424 /extra/libexif/build | |
parent | 50c5f78896b8f7b2c1f381df0387d2864d6b2448 (diff) | |
download | repository-b9f493e997e86c7c25685bd4c3a3705ff5a6c8e6.tar.gz |
libexif: add new package at 0.6.22
Diffstat (limited to 'extra/libexif/build')
-rwxr-xr-x | extra/libexif/build | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/extra/libexif/build b/extra/libexif/build new file mode 100755 index 00000000..dd147fb0 --- /dev/null +++ b/extra/libexif/build @@ -0,0 +1,9 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --disable-nls \ + ac_cv_path_DOXYGEN=false + +make +make DESTDIR="$1" install |