aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2012-07-08 09:10:27 -0700
committerAdam Vandenberg2012-07-08 09:10:27 -0700
commitd01df8db2b0d01a9152ddbe6c71e2dc066317401 (patch)
tree4bd06b187e0276194956735d2c636e364c1fb048 /Library/Formula
parented975b1280d907afb5996b77386b07a8494130ba (diff)
downloadhomebrew-d01df8db2b0d01a9152ddbe6c71e2dc066317401.tar.bz2
pianobar 2012.06.24
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/pianobar.rb16
1 files changed, 8 insertions, 8 deletions
diff --git a/Library/Formula/pianobar.rb b/Library/Formula/pianobar.rb
index 71aa1d5fb..93bb05eb3 100644
--- a/Library/Formula/pianobar.rb
+++ b/Library/Formula/pianobar.rb
@@ -2,8 +2,8 @@ require 'formula'
class Pianobar < Formula
homepage 'https://github.com/PromyLOPh/pianobar/'
- url 'https://github.com/PromyLOPh/pianobar/tarball/2012.05.06'
- md5 '1bbfd129f66b5bf37a84cf7794f2eaf2'
+ url 'https://github.com/PromyLOPh/pianobar/tarball/2012.06.24'
+ sha1 '510dfbbc411e516a71f56d71dfb06086faabd4dd'
head 'https://github.com/PromyLOPh/pianobar.git'
@@ -23,12 +23,12 @@ class Pianobar < Formula
def install
# Discard Homebrew's CFLAGS as Pianobar reportedly doesn't like them
ENV['CFLAGS'] = "-O2 -DNDEBUG " +
- # fixes a segfault: https://github.com/PromyLOPh/pianobar/issues/138
- "-D_DARWIN_C_SOURCE " +
- # Or it doesn't build at all
- "-std=c99 " +
- # build if we aren't /usr/local'
- "#{ENV["CPPFLAGS"]} #{ENV["LDFLAGS"]}"
+ # fixes a segfault: https://github.com/PromyLOPh/pianobar/issues/138
+ "-D_DARWIN_C_SOURCE " +
+ # Or it doesn't build at all
+ "-std=c99 " +
+ # build if we aren't /usr/local'
+ "#{ENV["CPPFLAGS"]} #{ENV["LDFLAGS"]}"
system "make", "PREFIX=#{prefix}"
system "make", "install", "PREFIX=#{prefix}"