dmtx-utils 0.7.4
Closes Homebrew/homebrew#15940. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
7d3e8677fa
commit
edbaac7d41
1 changed files with 15 additions and 0 deletions
15
Formula/dmtx-utils.rb
Normal file
15
Formula/dmtx-utils.rb
Normal file
|
@ -0,0 +1,15 @@
|
|||
require 'formula'
|
||||
|
||||
class DmtxUtils < Formula
|
||||
homepage 'http://www.libdmtx.org'
|
||||
url 'http://downloads.sourceforge.net/project/libdmtx/libdmtx/0.7.4/dmtx-utils-0.7.4.zip'
|
||||
sha1 '9c50506b420ed646e1554286de4daf7e9218f105'
|
||||
|
||||
depends_on 'libdmtx'
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"
|
||||
system "make"
|
||||
system "make install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue