Commit e7475bd2 authored by Ed Reel's avatar Ed Reel Committed by Kazushi (Jam) Marukawa

Add gifsicle package

parent 2bd612f4
require 'package'
class Gifsicle < Package
description 'Gifsicle is a command-line tool for creating, editing, and getting information about GIF images and animations.'
homepage 'http://www.lcdf.org/gifsicle/'
version '1.89'
source_url 'https://github.com/kohler/gifsicle/archive/v1.89.tar.gz'
source_sha256 '9b19ff8d50d88af5a5151eaf9e62beb1dd5b72002e7b7cc3aec9b385780e6b83'
def self.build
system './bootstrap.sh'
system './configure --without-x --disable-gifview'
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