aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorchorn2010-10-18 08:51:47 -0400
committerAdam Vandenberg2010-11-07 09:26:04 -0800
commit1649184a3204f03327a2b2609dbbb3262262d9d4 (patch)
tree365ea269d6a68da743f57270db7cec72b68494af /Library
parent31952113626c3aab63e1771cbaff6818700f4cbb (diff)
downloadhomebrew-1649184a3204f03327a2b2609dbbb3262262d9d4.tar.bz2
Add ripmime 1.4.0.9
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/ripmime.rb15
1 files changed, 15 insertions, 0 deletions
diff --git a/Library/Formula/ripmime.rb b/Library/Formula/ripmime.rb
new file mode 100644
index 000000000..f31559603
--- /dev/null
+++ b/Library/Formula/ripmime.rb
@@ -0,0 +1,15 @@
+require 'formula'
+
+class Ripmime < Formula
+ url 'http://www.pldaniels.com/ripmime/ripmime-1.4.0.9.tar.gz'
+ homepage 'http://www.pldaniels.com/ripmime/'
+ md5 '25761b8a533bc935f75902724fb73244'
+
+ def install
+ system "make"
+
+ # Don't "make install", do it manually
+ bin.install "ripmime"
+ man1.install "ripmime.1"
+ end
+end