2011-01-14 05:03:17 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Convmv < Formula
|
2011-01-14 05:03:17 +00:00
|
|
|
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
|