diff options
| author | Samuel John | 2013-03-31 20:51:43 +0200 |
|---|---|---|
| committer | Samuel John | 2013-03-31 20:54:25 +0200 |
| commit | 9495b06ef3f35be8711902ce268ccfc92cdcb056 (patch) | |
| tree | 8a155f95a7237eb8a424987ac7189a3accb50d2a /Library/Formula/vips.rb | |
| parent | 65fe8946bf4915c6b0d6c6e64dfc205f10c43f3c (diff) | |
| download | homebrew-9495b06ef3f35be8711902ce268ccfc92cdcb056.tar.bz2 | |
Moved to homebrew/science Octave, OpenCV, VTK, ...
Diffstat (limited to 'Library/Formula/vips.rb')
| -rw-r--r-- | Library/Formula/vips.rb | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/Library/Formula/vips.rb b/Library/Formula/vips.rb deleted file mode 100644 index ccbffb1e8..000000000 --- a/Library/Formula/vips.rb +++ /dev/null @@ -1,32 +0,0 @@ -require 'formula' - -class Vips < Formula - homepage 'http://www.vips.ecs.soton.ac.uk/' - url 'http://www.vips.ecs.soton.ac.uk/supported/7.32/vips-7.32.1.tar.gz' - sha1 'f07cb324c9695129d2de0c140943865dcb99268f' - - depends_on 'pkg-config' => :build - depends_on :libpng - depends_on :fontconfig - depends_on 'gettext' - depends_on 'glib' - # Removed the optional flag to jpeg library as a temporary workaround since it fails to build - # Already reported on project here https://github.com/jcupitt/libvips/issues/57 - depends_on 'jpeg' - depends_on 'openslide' => :optional - depends_on 'libtiff' => :optional - depends_on 'imagemagick' => :optional - depends_on 'fftw' => :optional - depends_on 'little-cms' => :optional - depends_on 'pango' => :optional - depends_on 'libexif' => :optional - depends_on 'liboil' => :optional - depends_on 'openexr' => :optional - depends_on 'cfitsio' => :optional - - def install - system "./configure", "--disable-dependency-tracking", - "--prefix=#{prefix}" - system "make install" - end -end |
