2010-01-09 21:29:50 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Jhead < Formula
|
2010-01-09 21:29:50 +00:00
|
|
|
homepage 'http://www.sentex.net/~mwandel/jhead/'
|
2012-03-20 02:53:14 +00:00
|
|
|
url 'http://www.sentex.net/~mwandel/jhead/jhead-2.95.tar.gz'
|
|
|
|
sha1 'e66b0a64e034054185da3e6c5e1ac7afb36776f8'
|
2010-01-09 21:29:50 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
system "make"
|
|
|
|
bin.install "jhead"
|
2012-03-20 02:53:14 +00:00
|
|
|
man1.install 'jhead.1'
|
|
|
|
doc.install 'usage.html'
|
2010-01-09 21:29:50 +00:00
|
|
|
end
|
|
|
|
end
|