require 'formula' class IsoCodes < Formula homepage 'http://pkg-isocodes.alioth.debian.org/' url 'http://pkg-isocodes.alioth.debian.org/downloads/iso-codes-3.41.tar.xz' sha1 'ac652fce28b6270b956623fcdd4be3b0c2cd1354' depends_on 'xz' => :build depends_on 'gettext' => :build def install system "./configure", "--prefix=#{prefix}" system "make" system "make install" end end