From 20f0e22af23b82f5bd4adc33c039effb71a5a427 Mon Sep 17 00:00:00 2001 From: David Holm Date: Sat, 29 Nov 2014 20:06:59 +0100 Subject: pcsc-lite 1.8.13 Closes #34556. Signed-off-by: Mike McQuaid --- Library/Formula/pcsc-lite.rb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Library/Formula/pcsc-lite.rb (limited to 'Library/Formula') diff --git a/Library/Formula/pcsc-lite.rb b/Library/Formula/pcsc-lite.rb new file mode 100644 index 000000000..4033fb649 --- /dev/null +++ b/Library/Formula/pcsc-lite.rb @@ -0,0 +1,18 @@ +require "formula" + +class PcscLite < Formula + homepage "http://pcsclite.alioth.debian.org" + url "https://alioth.debian.org/frs/download.php/file/4126/pcsc-lite-1.8.13.tar.bz2" + sha1 "baa1ac3a477c336805cdf375912da5cbc8ebab8d" + + def install + system "./configure", "--disable-dependency-tracking", + "--disable-silent-rules", + "--prefix=#{prefix}" + system "make", "install" + end + + test do + system sbin/"pcscd", "--version" + end +end -- cgit v1.2.3