Commit 08b75be4 authored by Michał Siwek's avatar Michał Siwek

Merge pull request #108 from Tivoli/tivs/add-graphicsmagick

Add graphicsmagick package
parents 65f90e6c 1636cd94
require 'package'
class Graphicsmagick < Package
version '1.3.21'
source_url 'ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/1.3/GraphicsMagick-1.3.21.tar.gz'
source_sha1 '08dd77facf7d59f5e4d5eac04a4ab221e3bd9196'
depends_on 'buildessential'
def self.build
system "./configure"
system "make"
end
def self.install
system "make", "DESTDIR=#{CREW_DEST_DIR}", "install"
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment