aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2012-06-07 21:04:08 -0700
committerAdam Vandenberg2012-06-07 21:04:08 -0700
commitc07611416fb21b98a8d4ee150d9e191f53697469 (patch)
treece19a3a1fb0a5ef778c4a90d73013f6dcbf8c851 /Library
parent21ba66c03d9c97119a4f647cc26610683c8ec227 (diff)
downloadhomebrew-c07611416fb21b98a8d4ee150d9e191f53697469.tar.bz2
Remove ungif.
ungif is a duplicate of giflib. Since giflib is the upstream project name, keep that one.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/ungif.rb14
1 files changed, 0 insertions, 14 deletions
diff --git a/Library/Formula/ungif.rb b/Library/Formula/ungif.rb
deleted file mode 100644
index 41f5118ea..000000000
--- a/Library/Formula/ungif.rb
+++ /dev/null
@@ -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