From d831fd09a973b4ae6cf8db7575009e252dd83d7f Mon Sep 17 00:00:00 2001 From: Norbert Wojtowicz Date: Fri, 2 Sep 2011 09:57:15 +0200 Subject: sam2p 0.49 Signed-off-by: Adam Vandenberg --- Library/Formula/sam2p.rb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Library/Formula/sam2p.rb (limited to 'Library') diff --git a/Library/Formula/sam2p.rb b/Library/Formula/sam2p.rb new file mode 100644 index 000000000..7bd56bfde --- /dev/null +++ b/Library/Formula/sam2p.rb @@ -0,0 +1,16 @@ +require 'formula' + +class Sam2p < Formula + url 'http://sam2p.googlecode.com/files/sam2p-0.49.tar.gz' + homepage 'http://code.google.com/p/sam2p/' + md5 '72387e3e3897580fb5ae439713e75177' + + def install + system "./configure", "--enable-lzw", "--enable-gif", + "--prefix=#{prefix}" + system "make" + + bin.install "sam2p" + bin.install "sam2p_pdf_scale.pl" + end +end -- cgit v1.2.3