diff options
Diffstat (limited to 'homebrew/falcon/.make.sh-auto')
-rw-r--r-- | homebrew/falcon/.make.sh-auto | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/homebrew/falcon/.make.sh-auto b/homebrew/falcon/.make.sh-auto new file mode 100644 index 000000000..b80066f81 --- /dev/null +++ b/homebrew/falcon/.make.sh-auto @@ -0,0 +1,5 @@ +pkg:setup +args = std_cmake_args + %W[-DFALCON_BIN_DIR=#{bin} -DFALCON_LIB_DIR=#{lib} -DFALCON_MAN_DIR=#{man1} -DFALCON_WITH_EDITLINE=OFF -DFALCON_WITH_FEATHERS=NO -DFALCON_WITH_INTERNAL_PCRE=OFF -DFALCON_WITH_MANPAGES=ON ] +cmake *args +make +make DESTDIR=${PKG_DEST} install |