homebrew-core/Formula/dxflib.rb

13 lines
325 B
Ruby
Raw Normal View History

require 'formula'
2011-03-10 05:11:03 +00:00
class Dxflib < Formula
2012-06-12 03:40:06 +00:00
homepage 'http://www.ribbonsoft.com/en/what-is-dxflib'
url 'http://www.ribbonsoft.com/archives/dxflib/dxflib-2.5.0.0-1.src.tar.gz'
sha1 'af2e496aaf097e40bdb5d6155ba9b0d176d71729'
def install
system "./configure", "--prefix=#{prefix}"
system "make install"
end
end