aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/owfs.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/owfs.rb')
-rw-r--r--Library/Formula/owfs.rb15
1 files changed, 7 insertions, 8 deletions
diff --git a/Library/Formula/owfs.rb b/Library/Formula/owfs.rb
index ea98331c2..e6a867300 100644
--- a/Library/Formula/owfs.rb
+++ b/Library/Formula/owfs.rb
@@ -2,21 +2,20 @@ require 'formula'
class Owfs < Formula
homepage 'http://owfs.org/'
- url 'http://downloads.sourceforge.net/project/owfs/owfs/2.8p13/owfs-2.8p13.tar.gz'
- version '2.8p13'
- sha1 '61ea07bb82b60320889c27730abff1826cb27931'
-
- depends_on :automake
- depends_on :libtool
+ url 'http://downloads.sourceforge.net/project/owfs/owfs/2.8p20/owfs-2.8p20.tar.gz'
+ version '2.8p20'
+ sha1 'ccfe8b794fd224221538d2f85c6d9774254c58f5'
depends_on 'libusb-compat'
def install
- system "autoreconf -ivf"
- system "./configure", "--disable-debug", "--disable-dependency-tracking",
+ system "./configure", "--disable-debug",
+ "--disable-dependency-tracking",
"--disable-swig",
"--disable-owtcl",
"--disable-zero",
+ "--disable-owpython",
+ "--disable-owperl",
"--prefix=#{prefix}"
system "make install"
end