2012-10-09 15:53:55 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Pdfjam < Formula
|
2011-09-24 04:12:54 +00:00
|
|
|
homepage 'http://www2.warwick.ac.uk/fac/sci/statistics/staff/academic-research/firth/software/pdfjam'
|
2013-01-29 05:03:11 +00:00
|
|
|
url 'http://www2.warwick.ac.uk/fac/sci/statistics/staff/academic-research/firth/software/pdfjam/pdfjam_208.tgz'
|
2012-09-03 18:33:56 +00:00
|
|
|
sha1 '981b504ef96369a203f85fefb42d4ea0d1194493'
|
2011-09-24 04:12:54 +00:00
|
|
|
version '2.08'
|
2010-09-09 17:57:49 +00:00
|
|
|
|
2012-12-29 03:02:20 +00:00
|
|
|
depends_on :tex
|
2012-07-20 16:30:46 +00:00
|
|
|
|
2010-09-09 17:57:49 +00:00
|
|
|
def install
|
|
|
|
bin.install Dir['bin/*']
|
|
|
|
man.install 'man1'
|
|
|
|
end
|
|
|
|
end
|