summaryrefslogtreecommitdiff
path: root/homebrew/jxrlib/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/jxrlib/.make.sh-auto')
-rw-r--r--homebrew/jxrlib/.make.sh-auto8
1 files changed, 8 insertions, 0 deletions
diff --git a/homebrew/jxrlib/.make.sh-auto b/homebrew/jxrlib/.make.sh-auto
new file mode 100644
index 000000000..38ffc690b
--- /dev/null
+++ b/homebrew/jxrlib/.make.sh-auto
@@ -0,0 +1,8 @@
+pkg:setup
+make
+lib.install %w[libjxrglue.a libjpegxr.a]
+bin.install %w[JxrEncApp JxrDecApp]
+include.install %w[common image]
+include.install "jxrgluelib" => "glue"
+include.install "jxrtestlib" => "test"
+doc.install Dir["doc/*"]