class Liboauth < Formula desc "C library for the OAuth Core RFC 5849 standard" homepage "http://liboauth.sourceforge.net" url "https://downloads.sourceforge.net/project/liboauth/liboauth-1.0.3.tar.gz" sha256 "0df60157b052f0e774ade8a8bac59d6e8d4b464058cc55f9208d72e41156811f" revision 1 bottle do cellar :any sha256 "3d5b00cf3fc8ed4032b1e5e618ab0bfbc962414373ac9bf45a5ee883a4277a07" => :yosemite sha256 "9bbd1a6e6cb7c089f3971858b84674545f4125e088072399bace245c29562f03" => :mavericks sha256 "6a022751288301f6cca5cbce0022f8bac7b225df7adfd5b1cbb11a29f01c75ad" => :mountain_lion end depends_on "openssl" def install system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}", "--disable-curl" system "make", "install" end end