class Libsvg < Formula desc "Library for SVG files" homepage "https://cairographics.org/" url "https://cairographics.org/snapshots/libsvg-0.1.4.tar.gz" sha256 "4c3bf9292e676a72b12338691be64d0f38cd7f2ea5e8b67fbbf45f1ed404bc8f" revision 1 bottle do cellar :any rebuild 1 sha256 "c9435455e3fb30ce81d467edf1cf4c15c39fb1d061c21738007d6af2565455a7" => :sierra sha256 "4e7903c15847c2d07a2bdf16d6ddad5a0191ef452cf7733624703fd1b5fd7859" => :el_capitan sha256 "05c230ab37e4f4a3b854373b5c71b275414f852d1b776a60351c0fd49c31674a" => :yosemite sha256 "a6de74ce690bcc7dffd353139182dc0d896250cdca652c315356349f7e78729e" => :mavericks sha256 "32f69e5b156747638e952ec45a3b12a7eead5e479a9881e9db30582ca06f880e" => :mountain_lion end depends_on "libpng" depends_on "pkg-config" => :build depends_on "jpeg" def install system "./configure", "--prefix=#{prefix}" system "make", "install" end end