diff options
| author | Juan Sebastian Casallas | 2012-01-17 12:35:27 -0600 |
|---|---|---|
| committer | Jack Nagel | 2012-01-17 17:48:08 -0600 |
| commit | ec40d99bf4a0d611ca75a61a909f32b4a95db8a9 (patch) | |
| tree | 18d56bb7839c326d63bdbe1f1dfcc199cfcd8262 /Library | |
| parent | b18ae17df6eed583166c473a39cf4a257342b0e8 (diff) | |
| download | homebrew-ec40d99bf4a0d611ca75a61a909f32b4a95db8a9.tar.bz2 | |
libusb: Add head
-HEAD includes several bug fixes
-This should also be "kinect-friendly" #5307
Closes #9646.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/libusb.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/libusb.rb b/Library/Formula/libusb.rb index fa3986d5f..1d5ce4615 100644 --- a/Library/Formula/libusb.rb +++ b/Library/Formula/libusb.rb @@ -4,6 +4,7 @@ class Libusb < Formula url 'http://downloads.sourceforge.net/project/libusb/libusb-1.0/libusb-1.0.8/libusb-1.0.8.tar.bz2' homepage 'http://www.libusb.org/' md5 '37d34e6eaa69a4b645a19ff4ca63ceef' + head 'git://git.libusb.org/libusb.git' def options [["--universal", "Build a universal binary."]] @@ -11,6 +12,7 @@ class Libusb < Formula def install ENV.universal_binary if ARGV.build_universal? + system "./autogen.sh" if ARGV.build_head? system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking" system "make install" end |
