From 7fa70155f7904476dd00ff2084c7d1bea5346000 Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Sun, 27 Dec 2009 12:27:31 +0100 Subject: SaneBackends 1.0.20 An application programming interface (API) that provides standardized access to any raster image scanner hardware. SaneBackends provides: - backends (scanner drivers) - command-line-frontend (scanimage) - network scanning daemon (saned) - SANE-API documentation Add configure flag to omit latex use when generating documentation. --- Library/Formula/sane-backends.rb | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 Library/Formula/sane-backends.rb (limited to 'Library/Formula') diff --git a/Library/Formula/sane-backends.rb b/Library/Formula/sane-backends.rb new file mode 100644 index 000000000..438130bdb --- /dev/null +++ b/Library/Formula/sane-backends.rb @@ -0,0 +1,26 @@ +require 'formula' + +class SaneBackends