New Formula: gifsicle 1.60

Add a formula for the animated-gif tool gifsicle. By installing you solemnly promise you won't make any "Under Construction" banners with it.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Nick Stenning 2010-05-01 17:07:56 +01:00 committed by Adam Vandenberg
parent 6cf6b5aefa
commit e990d03870

12
Formula/gifsicle.rb Normal file
View file

@ -0,0 +1,12 @@
require 'formula'
class Gifsicle <Formula
url 'http://www.lcdf.org/gifsicle/gifsicle-1.60.tar.gz'
homepage 'http://www.lcdf.org/gifsicle/'
md5 '2629d5894e189e251f148eec8e7805d6'
def install
system "./configure", "--enable-all", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}"
system "make install"
end
end