diff options
Diffstat (limited to 'homebrew/bitchx/.make.sh-auto')
-rw-r--r-- | homebrew/bitchx/.make.sh-auto | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/homebrew/bitchx/.make.sh-auto b/homebrew/bitchx/.make.sh-auto new file mode 100644 index 000000000..0184b54aa --- /dev/null +++ b/homebrew/bitchx/.make.sh-auto @@ -0,0 +1,5 @@ +pkg:setup +plugins = %w[acro aim arcfour amp autocycle blowfish cavlink encryptfserv hint identd nap pkga possum qbx qmail] args = %W[ --prefix=#{prefix} --with-ssl --with-plugins=#{plugins * ","} --enable-ipv6 --mandir=#{man} ] +pkg:configure *args +make +make DESTDIR=${PKG_DEST} install |