From 29680bac3a4864a0a7207fe2ce40c2c0d90c06ec Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sun, 29 Jan 2012 09:46:37 -0800 Subject: Remove asterisk This version does not compile for many people, and segfaults on startup for many people. Removing, but will consider a new formula for it that is table. Possibly have to downgrade the version to whatever MacPorts uses. --- Library/Formula/asterisk.rb | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 Library/Formula/asterisk.rb (limited to 'Library') diff --git a/Library/Formula/asterisk.rb b/Library/Formula/asterisk.rb deleted file mode 100644 index 67a2776ec..000000000 --- a/Library/Formula/asterisk.rb +++ /dev/null @@ -1,20 +0,0 @@ -require 'formula' - -class Asterisk < Formula - url 'http://downloads.asterisk.org/pub/telephony/asterisk/releases/asterisk-1.8.3.2.tar.gz' - homepage 'http://www.asterisk.org/' - md5 '0bee03f4498a6081146a579b51130633' - - skip_clean :all # Or modules won't load - - def options - [['--with-sample-config', "Install the sample config files. NOTE. Without this, you won't have any config file."]] - end - - def install - system "./configure", "--prefix=#{prefix}", "--localstatedir=#{var}", "--sysconfdir=#{etc}" - system "make" - system "make install" - system "make samples" if ARGV.include? '--with-sample-config' - end -end -- cgit v1.2.3