From 1fbb2ab434615597d0d8cb064628d2594c27ee97 Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Sun, 3 Jan 2016 22:15:06 +0000 Subject: [PATCH] mp3unicode: style nits --- Formula/mp3unicode.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/mp3unicode.rb b/Formula/mp3unicode.rb index 72c5ed283d..3e46b46df1 100644 --- a/Formula/mp3unicode.rb +++ b/Formula/mp3unicode.rb @@ -3,7 +3,6 @@ class Mp3unicode < Formula homepage "http://mp3unicode.sourceforge.net/" url "https://github.com/downloads/alonbl/mp3unicode/mp3unicode-1.2.1.tar.bz2" sha256 "375b432ce784407e74fceb055d115bf83b1bd04a83b95256171e1a36e00cfe07" - head "https://github.com/alonbl/mp3unicode.git" bottle do cellar :any @@ -12,19 +11,20 @@ class Mp3unicode < Formula sha256 "10d647d04714f9e95d9bf3ab8dfd023fea3f22876dfe055c01211e527a2facd3" => :mavericks end - depends_on "pkg-config" => :build - depends_on "taglib" + head do + url "https://github.com/alonbl/mp3unicode.git" - if build.head? depends_on "autoconf" => :build depends_on "automake" => :build end + depends_on "pkg-config" => :build + depends_on "taglib" + def install ENV.append "ICONV_LIBS", "-liconv" - system "autoreconf", "-i" if build.head? - + system "autoreconf", "-fvi" if build.head? system "./configure", "--prefix=#{prefix}" system "make", "install" end