Commit b9292d65 authored by Richard Fisher's avatar Richard Fisher Committed by Michał Siwek

add imagemagick package

parent 2ae5b0dd
require 'package'
class Imagemagick < Package
version '6.9.2-10'
source_url 'http://www.imagemagick.org/download/releases/ImageMagick-6.9.2-10.tar.xz'
source_sha1 'd0b3fdf8f25856bf0058716703f7bf989560d2ce'
depends_on 'pkgconfig'
def self.build
system "./configure --libdir=/usr/local/lib#{SHORTARCH}/ CC=\"gcc -m#{SHORTARCH}\" CFLAGS=\" -fPIC\" --without-python"
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