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/'
|
2013-02-20 00:21:54 +00:00
|
|
|
url 'http://www.sentex.net/~mwandel/jhead/jhead-2.97.tar.gz'
|
|
|
|
sha1 'ca4965a19d60078a3fe2cfb6d3635a083f958f2e'
|
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
|