2010-01-09 21:29:50 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Jhead <Formula
|
2010-03-08 00:01:17 +00:00
|
|
|
url 'http://www.sentex.net/~mwandel/jhead/jhead-2.90.tar.gz'
|
2010-01-09 21:29:50 +00:00
|
|
|
homepage 'http://www.sentex.net/~mwandel/jhead/'
|
2010-03-08 00:01:17 +00:00
|
|
|
md5 '661effa9420bb92cb99ced697c5a177f'
|
2010-01-09 21:29:50 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
system "make"
|
|
|
|
system "chmod +x jhead"
|
|
|
|
bin.install "jhead"
|
|
|
|
end
|
|
|
|
end
|