Skip to content

Commit

Permalink
freexl 1.0.2
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#42117.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
  • Loading branch information
nijikon authored and DomT4 committed Aug 4, 2015
1 parent 44be7ab commit 409423b
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions Formula/freexl.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
class Freexl < Formula
desc "Library to extract data from Excel .xls files"
homepage "https://www.gaia-gis.it/fossil/freexl/index"
url "https://www.gaia-gis.it/gaia-sins/freexl-sources/freexl-1.0.1.tar.gz"
sha256 "df0127e1e23e9ac9a189c27880fb71207837e8cba93d21084356491c9934b89b"

option "without-check", "Skip compile-time make checks."

depends_on "doxygen" => [:optional, :build]
url "https://www.gaia-gis.it/gaia-sins/freexl-sources/freexl-1.0.2.tar.gz"
sha256 "b39a4814a0f53f5e09a9192c41e3e51bd658843f770399023a963eb064f6409d"

bottle do
cellar :any
Expand All @@ -15,6 +11,10 @@ class Freexl < Formula
sha256 "53345a758e705765c6473327cb91c591ab50858144490973549f89750b31656d" => :mountain_lion
end

option "without-check", "Skip compile-time make checks."

depends_on "doxygen" => [:optional, :build]

def install
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}",
"--disable-silent-rules"
Expand All @@ -27,4 +27,8 @@ def install
doc.install "html"
end
end

test do
assert File.exist? "#{lib}/libfreexl.a"
end
end

0 comments on commit 409423b

Please sign in to comment.