From 48e5fc1ae9ec35eac42d306b900aa2bfd4fed3f6 Mon Sep 17 00:00:00 2001 From: Jakob Schlyter Date: Tue, 20 Dec 2011 08:58:25 +0100 Subject: libnfc 1.5.1 Signed-off-by: Adam Vandenberg --- Library/Formula/libnfc.rb | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/libnfc.rb b/Library/Formula/libnfc.rb index 0cdbb321b..a717a90ba 100644 --- a/Library/Formula/libnfc.rb +++ b/Library/Formula/libnfc.rb @@ -1,23 +1,19 @@ require 'formula' class Libnfc < Formula - url 'http://libnfc.googlecode.com/files/libnfc-1.5.0.tar.gz' + url 'http://libnfc.googlecode.com/files/libnfc-1.5.1.tar.gz' homepage 'http://www.libnfc.org/' - md5 '569d85c36cd68f6e6560c9d78b46788f' + md5 '81e3e59496060dc495c95844654a8038' depends_on 'libusb-compat' def options - [ - ['--with-pn532_uart', 'Enable PN532 UART support'], - ] + [['--with-pn532_uart', 'Enable PN532 UART support']] end def install - args = [ - "--prefix=#{prefix}", - "--disable-debug", - "--disable-dependency-tracking" ] + args = ["--disable-debug", "--disable-dependency-tracking", + "--prefix=#{prefix}"] if ARGV.include? '--with-pn532_uart' args << "--enable-serial-autoprobe" @@ -25,7 +21,6 @@ class Libnfc < Formula end system "./configure", *args - system "make install" end end -- cgit v1.2.3