Remove ungif.

ungif is a duplicate of giflib.
Since giflib is the upstream project name, keep that one.
master
Adam Vandenberg 2012-06-07 21:04:08 -07:00
parent daca7015c0
commit c3f787fc66
1 changed files with 0 additions and 14 deletions

View File

@ -1,14 +0,0 @@
require 'formula'
class Ungif < Formula
homepage 'http://sourceforge.net/projects/giflib/'
url 'http://downloads.sourceforge.net/project/giflib/giflib%204.x/giflib-4.1.6/giflib-4.1.6.tar.bz2'
md5 '7125644155ae6ad33dbc9fc15a14735f'
def install
ENV.j1
system "./configure", "--prefix=#{prefix}"
system "make all"
system "make install"
end
end