summaryrefslogtreecommitdiff
path: root/homebrew/exiv2/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/exiv2/.make.sh-auto')
-rw-r--r--homebrew/exiv2/.make.sh-auto6
1 files changed, 6 insertions, 0 deletions
diff --git a/homebrew/exiv2/.make.sh-auto b/homebrew/exiv2/.make.sh-auto
new file mode 100644
index 000000000..5f5099224
--- /dev/null
+++ b/homebrew/exiv2/.make.sh-auto
@@ -0,0 +1,6 @@
+pkg:setup
+args = std_cmake_args
+args += %W[-DEXIV2_ENABLE_XMP=ON -DEXIV2_ENABLE_VIDEO=ON -DEXIV2_ENABLE_PNG=ON -DEXIV2_ENABLE_NLS=ON -DEXIV2_ENABLE_PRINTUCS2=ON -DEXIV2_ENABLE_LENSDATA=ON -DEXIV2_ENABLE_VIDEO=ON -DEXIV2_ENABLE_WEBREADY=ON -DEXIV2_ENABLE_CURL=ON -DEXIV2_ENABLE_SSH=ON -DEXIV2_BUILD_SAMPLES=OFF -DSSH_LIBRARY=#{Formula["libssh"].opt_lib}/libssh.dylib -DSSH_INCLUDE_DIR=#{Formula["libssh"].opt_include} .. ]
+mkdir "build.cmake" && cd build.cmake
+cmake -G Unix Makefiles . *args
+make DESTDIR=${PKG_DEST} install