From f3fc0e23e8cfbc70d5f5f1722a050df8026af1a0 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 19 Oct 2013 22:59:36 -0500 Subject: liblastfm 1.0.8 --- Library/Formula/liblastfm.rb | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/liblastfm.rb b/Library/Formula/liblastfm.rb index 0d97fd6c1..e8ca82baa 100644 --- a/Library/Formula/liblastfm.rb +++ b/Library/Formula/liblastfm.rb @@ -1,19 +1,20 @@ require 'formula' class Liblastfm < Formula - homepage 'https://github.com/mxcl/liblastfm/' - url 'https://github.com/mxcl/liblastfm/archive/e380c7f03f4b2417db87372df733606f4a153c53.tar.gz' - version '0.3.3.1' - sha1 '68c0d23364afd7e6bb5dbd9b71419d808fe0d005' + homepage 'https://github.com/lastfm/liblastfm/' + url 'https://github.com/lastfm/liblastfm/archive/1.0.8.tar.gz' + sha1 '5ef084d0ba27c5e2bc1ec1754618ded0cd2b430e' depends_on 'pkg-config' => :build + depends_on 'cmake' => :build depends_on 'qt' depends_on 'fftw' depends_on 'libsamplerate' def install - system "./configure", "--release", "--prefix", prefix - system "make" - system "make install" + mkdir 'build' do + system 'cmake', '..', *std_cmake_args + system 'make', 'install' + end end end -- cgit v1.2.3