Add libungif
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
b1fa9b8a5f
commit
a97960f6ca
1 changed files with 14 additions and 0 deletions
14
Formula/ungif.rb
Normal file
14
Formula/ungif.rb
Normal file
|
@ -0,0 +1,14 @@
|
|||
require 'formula'
|
||||
|
||||
class Ungif < Formula
|
||||
url 'http://sourceforge.net/projects/giflib/files/libungif%204.x/libungif-4.1.4/libungif-4.1.4.tar.bz2'
|
||||
md5 '76865bc1bed90ecb5992a1edcc4d6c15'
|
||||
homepage 'http://sourceforge.net/projects/giflib/'
|
||||
|
||||
def install
|
||||
ENV.j1
|
||||
system "./configure", "--prefix=#{prefix}"
|
||||
system "make all"
|
||||
system "make install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue