diff options
Diffstat (limited to 'homebrew/kyototycoon/.make.sh-auto')
-rw-r--r-- | homebrew/kyototycoon/.make.sh-auto | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/homebrew/kyototycoon/.make.sh-auto b/homebrew/kyototycoon/.make.sh-auto new file mode 100644 index 000000000..1cc86f33b --- /dev/null +++ b/homebrew/kyototycoon/.make.sh-auto @@ -0,0 +1,4 @@ +pkg:setup +pkg:configure --with-kc=#{Formula[kyoto-cabinet"].opt_prefix}" --with-lua=#{Formula[lua"].opt_prefix}" +make +make DESTDIR=${PKG_DEST} install |