2010-09-09 17:57:49 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Pdfjam < Formula
|
2010-09-09 17:57:49 +00:00
|
|
|
url 'http://www2.warwick.ac.uk/fac/sci/statistics/staff/academic/firth/software/pdfjam/pdfjam_206.tgz'
|
|
|
|
homepage 'http://www2.warwick.ac.uk/fac/sci/statistics/staff/academic/firth/software/pdfjam'
|
|
|
|
md5 '8113cae5d43359708be9e7e9d6df999d'
|
2010-10-31 10:02:23 +00:00
|
|
|
version '2.06'
|
2010-09-09 17:57:49 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
bin.install Dir['bin/*']
|
|
|
|
man.install 'man1'
|
|
|
|
end
|
|
|
|
end
|