libgphoto2 2.4.14

This commit is contained in:
Adam Vandenberg 2012-06-27 11:44:57 -07:00
parent 6487873d57
commit cce8b32fcf

View file

@ -2,15 +2,16 @@ require 'formula'
class Libgphoto2 < Formula
homepage 'http://www.gphoto.org/proj/libgphoto2/'
url 'http://downloads.sourceforge.net/project/gphoto/libgphoto/2.4.13/libgphoto2-2.4.13.tar.bz2'
md5 'd20a32fe2bb7d802a6a8c3b6f7f97c5e'
url 'http://downloads.sourceforge.net/project/gphoto/libgphoto/2.4.14/libgphoto2-2.4.14.tar.bz2'
sha1 'c932f44d51e820245ff3394ee01a5e9df429dfef'
depends_on 'pkg-config' => :build
depends_on 'libusb-compat'
depends_on 'libexif' => :optional
def install
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}"
system "make install"
end
end