Skip to content

Commit

Permalink
Added libiptcdata formula.
Browse files Browse the repository at this point in the history
Closes Homebrew#3889.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
  • Loading branch information
fred-o authored and MikeMcQuaid committed Jan 16, 2011
1 parent a1da571 commit 2bf976e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Library/Formula/libiptcdata.rb
@@ -0,0 +1,16 @@
require 'formula'

class Libiptcdata <Formula
url 'http://sourceforge.net/projects/libiptcdata/files/libiptcdata/1.0.4/libiptcdata-1.0.4.tar.gz'
homepage 'http://libiptcdata.sourceforge.net/'
md5 'af886556ecb129b694f2d365d03d95a8'

depends_on 'gettext'
depends_on 'libiconv'

def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}"
system "make install"
end
end

0 comments on commit 2bf976e

Please sign in to comment.