From ef7dd6363d988013d326b6b38bae8c686e8b3119 Mon Sep 17 00:00:00 2001 From: Max Howell Date: Thu, 21 May 2009 17:40:27 +0100 Subject: [PATCH] liblastfm-0.3 formula --- Formula/liblastfm.rb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Formula/liblastfm.rb diff --git a/Formula/liblastfm.rb b/Formula/liblastfm.rb new file mode 100644 index 0000000000..fe0d67ba3c --- /dev/null +++ b/Formula/liblastfm.rb @@ -0,0 +1,14 @@ +$:.unshift "#{File.dirname __FILE__}/../Cellar/homebrew" #rubysucks +require 'brewkit' + +homepage='http://github.com/mxcl/liblastfm/' +url='http://github.com/mxcl/liblastfm/tarball/0.3.0' +md5='b348917689b90f3f40125d0968f0b643' + +external_deps=['qmake'] + +Formula.new(url, md5).brew do |prefix| + system "./configure --release --prefix '#{prefix}'" + system "make" + system "make install" +end \ No newline at end of file