aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/ripmime.rb8
1 files changed, 3 insertions, 5 deletions
diff --git a/Library/Formula/ripmime.rb b/Library/Formula/ripmime.rb
index 675443fae..6f1e8c5af 100644
--- a/Library/Formula/ripmime.rb
+++ b/Library/Formula/ripmime.rb
@@ -1,14 +1,12 @@
require 'formula'
class Ripmime < Formula
- url 'http://www.pldaniels.com/ripmime/ripmime-1.4.0.9.tar.gz'
homepage 'http://www.pldaniels.com/ripmime/'
- sha1 '883fbed480807c2425965f1c1a96d4c207ae8634'
+ url 'http://www.pldaniels.com/ripmime/ripmime-1.4.0.10.tar.gz'
+ sha1 '296f657f2f664b713751178fb589d5c64dc7b6ae'
def install
- system "make"
-
- # Don't "make install", do it manually
+ system "make", "LIBS=-liconv", "CFLAGS=#{ENV.cflags}"
bin.install "ripmime"
man1.install "ripmime.1"
end