Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
New Formula: libgaiagraphics
Browse files Browse the repository at this point in the history
Libgaiagraphics is a utlity library that abstracts several libraries,
such as TIFF, PNG and Cairo graphics, into a single API.
  • Loading branch information
Sharpie committed Feb 16, 2012
1 parent 91042a1 commit 22e095e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Library/Formula/libgaiagraphics.rb
@@ -0,0 +1,16 @@
require 'formula'

class Libgaiagraphics < Formula
homepage 'https://www.gaia-gis.it/fossil/libgaiagraphics/index'
url 'http://www.gaia-gis.it/gaia-sins/libgaiagraphics-0.4b.tar.gz'
md5 '6e7c703faad9de3beea296aa9508eec2'

depends_on 'libgeotiff'
depends_on 'jpeg'

def install
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}"
system "make install"
end
end

0 comments on commit 22e095e

Please sign in to comment.