homebrew-core/Formula/irssi.rb
2014-12-05 11:32:56 +00:00

107 lines
3.1 KiB
Ruby

require "formula"
class Irssi < Formula
homepage "http://irssi.org/"
url "http://irssi.org/files/irssi-0.8.17.tar.bz2"
sha1 "3bdee9a1c1f3e99673143c275d2c40275136664a"
revision 1
bottle do
sha1 "5d9cf38c35b97dc6056adb77759ad930f912f5fb" => :yosemite
sha1 "d29d8be78c3276be275137864297cce6e5de13e9" => :mavericks
sha1 "4ffe450dca6b9e1fb67099f87bb0ca88cb761316" => :mountain_lion
end
option "without-perl", "Build without perl support"
depends_on "pkg-config" => :build
depends_on "glib"
depends_on "openssl" => :recommended
depends_on "dante" => :optional
# Fix Perl build flags and paths in man page
patch :DATA
def install
args = %W[
--disable-dependency-tracking
--prefix=#{prefix}
--sysconfdir=#{etc}/irssi
--with-bot
--with-proxy
--enable-ipv6
--enable-true-color
--with-socks
--with-perl=no
--with-ncurses=#{MacOS.sdk_path}/usr
]
args << "--disable-ssl" if build.without? "openssl"
# It'd be nice to stick Perl support back in at some point but right now
# even explicitly setting a Perl libdir gets ignored by configure
# and it attempts to dump things in $HOME, causing permission hell. See:
# https://github.com/Homebrew/homebrew/issues/34685
system "./configure", *args
# "make" and "make install" must be done separately on some systems
system "make"
system "make", "install"
end
end
__END__
--- a/configure 2009-12-03 19:35:07.000000000 -0800
+++ b/configure 2009-12-03 19:35:33.000000000 -0800
@@ -27419,7 +27419,7 @@
if test -z "$perlpath"; then
perl_check_error="perl binary not found"
else
- PERL_CFLAGS=`$perlpath -MExtUtils::Embed -e ccopts 2>/dev/null`
+ PERL_CFLAGS=`$perlpath -MExtUtils::Embed -e ccopts 2>/dev/null | $SED -e 's/-arch [^ ]\{1,\}//g'`
fi
if test "x$ac_cv_c_compiler_gnu" = "xyes" -a -z "`echo $host_os|grep 'bsd\|linux'`"; then
@@ -27437,7 +27437,7 @@
$as_echo "not found, building without Perl" >&6; }
want_perl=no
else
- PERL_LDFLAGS=`$perlpath -MExtUtils::Embed -e ldopts 2>/dev/null`
+ PERL_LDFLAGS=`$perlpath -MExtUtils::Embed -e ldopts 2>/dev/null | $SED -e 's/-arch [^ ]\{1,\}//g'`
if test "x$DYNLIB_MODULES" = "xno" -a "$want_perl" != "static"; then
want_perl=static
diff --git a/docs/irssi.1 b/docs/irssi.1
index 62c2844..482cd96 100644
--- a/docs/irssi.1
+++ b/docs/irssi.1
@@ -65,10 +65,10 @@ display brief usage message.
.SH SEE ALSO
.B Irssi
has been supplied with a huge amount of documentation. Check /help or look
-at the files contained by /usr/share/doc/irssi*
+at the files contained by HOMEBREW_PREFIX/share/doc/irssi*
.SH FILES
.TP
-.I /etc/irssi.conf
+.I HOMEBREW_PREFIX/etc/irssi.conf
Global configuration file
.TP
.I ~/.irssi/config
@@ -83,13 +83,13 @@ Default irssi theme
.I ~/.irssi/away.log
Logged messages in away status
.TP
-.I /usr/share/irssi/help/
+.I HOMEBREW_PREFIX/share/irssi/help/
Directory including many help files
.TP
-.I /usr/share/irssi/scripts/
+.I HOMEBREW_PREFIX/share/irssi/scripts/
Global scripts directory
.TP
-.I /usr/share/irssi/themes/
+.I HOMEBREW_PREFIX/share/irssi/themes/
Global themes directory
.TP
.I ~/.irssi/scripts/