Skip to content

Commit

Permalink
libgphoto2 2.4.14
Browse files Browse the repository at this point in the history
  • Loading branch information
adamv committed Jun 27, 2012
1 parent e8d69bf commit 9f7a10e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Library/Formula/libgphoto2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@

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

0 comments on commit 9f7a10e

Please sign in to comment.