From 2e8dcd56022323d418cb12bdee8ec7bd434ba04e Mon Sep 17 00:00:00 2001 From: David Christenson Date: Sat, 7 Mar 2015 01:36:10 -0700 Subject: libechonest 2.3.1 Update to latest stable release, modernize formula. --- Library/Formula/libechonest.rb | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) (limited to 'Library/Formula/libechonest.rb') diff --git a/Library/Formula/libechonest.rb b/Library/Formula/libechonest.rb index adc2fe37a..91b55aa2f 100644 --- a/Library/Formula/libechonest.rb +++ b/Library/Formula/libechonest.rb @@ -1,9 +1,7 @@ -require 'formula' - class Libechonest < Formula - homepage 'https://projects.kde.org/projects/playground/libs/libechonest' - url 'http://files.lfranchi.com/libechonest-2.2.0.tar.bz2' - sha1 'fec281d9288c2a4fabd2dd275f1a508dd6d1bc5c' + homepage "https://projects.kde.org/projects/playground/libs/libechonest" + url "http://files.lfranchi.com/libechonest-2.3.1.tar.bz2" + sha256 "56756545fd1cb3d9067479f52215b6157c1ced2bc82b895e72fdcd9bebb47889" bottle do cellar :any @@ -13,14 +11,14 @@ class Libechonest < Formula sha1 "1ae85cce12862896bcc2d28509854dd8e6b3d9be" => :mountain_lion end - depends_on 'cmake' => :build - depends_on 'qt' - depends_on 'qjson' + depends_on "cmake" => :build + depends_on "qt" + depends_on "qjson" - conflicts_with 'doxygen', :because => "cmake fails to configure build." + conflicts_with "doxygen", :because => "cmake fails to configure build." def install system "cmake", ".", *std_cmake_args - system "make install" + system "make", "install" end end -- cgit v1.2.3