aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
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