diff options
Diffstat (limited to 'homebrew/fourstore/.make.sh-auto')
-rw-r--r-- | homebrew/fourstore/.make.sh-auto | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/homebrew/fourstore/.make.sh-auto b/homebrew/fourstore/.make.sh-auto new file mode 100644 index 000000000..dfff08a31 --- /dev/null +++ b/homebrew/fourstore/.make.sh-auto @@ -0,0 +1,6 @@ +pkg:setup +(buildpath/".version").write("v1.1.6") +./autogen.sh +(var/"fourstore").mkpath +pkg:configure --with-storage-path=#{var}/fourstore +make DESTDIR=${PKG_DEST} install |