require 'formula'

class Pnm < Formula
  url 'http://thp.io/2006/pnm/pnm_6.tar.gz'
  homepage 'http://thp.io/2006/pnm/'
  version '6'
  md5 'cff48a846ac050d75f35e04beff200b4'

  depends_on 'exiftool'
  depends_on 'fbida'
  depends_on 'imagemagick'
  depends_on 'gphoto2'

  def install
    system "make install PREFIX=#{prefix}"
  end
end


