This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'formula' | |
<<-COMMENTS | |
Versions | |
-------- | |
This formula is currently tracking version 2.6.x. | |
Python 3.x is available as a separate formula: | |
brew install python3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'formula' | |
class Freeswitch < Formula | |
url 'http://files.freeswitch.org/freeswitch-snapshot.tar.gz' | |
homepage '' | |
md5 '786a1e1acf1c59d4d814bf717a426779' | |
version 'flite' | |
depends_on 'cmake' | |
depends_on 'jpeg' |