Skip to content

Commit

Permalink
nfcutils: audit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bfontaine committed Nov 2, 2015
1 parent 52c851a commit 3c57689
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions Formula/nfcutils.rb
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
require 'formula'

class Nfcutils < Formula
desc "Near Field Communication (NFC) tools under POSIX systems"
homepage 'https://code.google.com/p/nfc-tools/'
url 'https://nfc-tools.googlecode.com/files/nfcutils-0.3.2.tar.gz'
sha1 'e560ba7683175257ef9e72838b9f02cf75ce99b8'
homepage "https://code.google.com/p/nfc-tools/"
url "https://nfc-tools.googlecode.com/files/nfcutils-0.3.2.tar.gz"
sha256 "dea258774bd08c8b7ff65e9bed2a449b24ed8736326b1bb83610248e697c7f1b"

depends_on 'pkg-config' => :build
depends_on 'libnfc'
depends_on 'libusb'
depends_on "pkg-config" => :build
depends_on "libnfc"
depends_on "libusb"

def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",
system "./configure", "--disable-debug",
"--disable-dependency-tracking",
"--prefix=#{prefix}"
system "make"
system "make", "install"
Expand Down

0 comments on commit 3c57689

Please sign in to comment.