libfixbuf 1.5.0
parent
872300472d
commit
8acf4f2478
|
@ -1,12 +1,12 @@
|
|||
require 'formula'
|
||||
require "formula"
|
||||
|
||||
class Libfixbuf < Formula
|
||||
homepage 'http://tools.netsa.cert.org/fixbuf/'
|
||||
url 'http://tools.netsa.cert.org/releases/libfixbuf-1.4.0.tar.gz'
|
||||
sha1 'cafb865c02ab78ef86f10153b1ff671fbe7d375a'
|
||||
homepage "http://tools.netsa.cert.org/fixbuf/"
|
||||
url "http://tools.netsa.cert.org/releases/libfixbuf-1.5.0.tar.gz"
|
||||
sha1 "6e77c2ec1ee32514454ad1fff6494265c583e72c"
|
||||
|
||||
depends_on 'pkg-config' => :build
|
||||
depends_on 'glib'
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "glib"
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-debug", "--disable-dependency-tracking",
|
||||
|
|
Loading…
Reference in New Issue