aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorRyan Barnard2011-01-14 00:03:17 -0500
committerMike McQuaid2011-01-16 15:52:23 +0000
commit2358d4b443403fb44bca02e7c81dc43a8b6c9ff9 (patch)
tree206b0d17d1a38aaf6bf7969a1bfe2008bf995d9b /Library
parent24bab6bd6fb98bf22d11d66e7effffac33b298a4 (diff)
downloadhomebrew-2358d4b443403fb44bca02e7c81dc43a8b6c9ff9.tar.bz2
Created a formula convmv.
Created a formula for the v1.14 of the 'convmv' utility. Closes #3898. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/convmv.rb11
1 files changed, 11 insertions, 0 deletions
diff --git a/Library/Formula/convmv.rb b/Library/Formula/convmv.rb
new file mode 100644
index 000000000..a1d0c9c4f
--- /dev/null
+++ b/Library/Formula/convmv.rb
@@ -0,0 +1,11 @@
+require 'formula'
+
+class Convmv <Formula
+ url 'http://www.j3e.de/linux/convmv/convmv-1.14.tar.gz'
+ homepage 'http://www.j3e.de/linux/convmv/'
+ md5 'd41238051c13b2e6c0cc2310a8f69d68'
+
+ def install
+ system "make", "install", "PREFIX=#{prefix}"
+ end
+end