diff options
Diffstat (limited to 'homebrew/mupdftools/.make.sh-auto')
-rw-r--r-- | homebrew/mupdftools/.make.sh-auto | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/homebrew/mupdftools/.make.sh-auto b/homebrew/mupdftools/.make.sh-auto new file mode 100644 index 000000000..1fe28b73c --- /dev/null +++ b/homebrew/mupdftools/.make.sh-auto @@ -0,0 +1,4 @@ +pkg:setup +make DESTDIR=${PKG_DEST} install build=release verbose=yes HAVE_X11=no HAVE_GLUT=no CC=${PKG_TARG}-clang prefix=${PKG_TAPF} +bin.install_symlink bin/"mutool" => "mudraw" +man1.install_symlink man1/"mutool.1" => "mudraw.1" |