diff options
Diffstat (limited to 'homebrew/dcraw/.make.sh-auto')
-rw-r--r-- | homebrew/dcraw/.make.sh-auto | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/homebrew/dcraw/.make.sh-auto b/homebrew/dcraw/.make.sh-auto new file mode 100644 index 000000000..eed35509d --- /dev/null +++ b/homebrew/dcraw/.make.sh-auto @@ -0,0 +1,5 @@ +pkg:setup +ENV.append_to_cflags "-I#{HOMEBREW_PREFIX}/include -L#{HOMEBREW_PREFIX}/lib" +ENV.cc -o dcraw ENV.cflags dcraw.c -lm -ljpeg -llcms2 -ljasper +bin.install "dcraw" +man1.install "dcraw.1" |