New package: sane-backends

Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Frank Hunleth 2012-01-10 07:18:59 -05:00 committed by Peter Korsgaard
parent 60033b8f88
commit b0ff93adfb
3 changed files with 21 additions and 0 deletions

View File

@ -199,6 +199,7 @@ source "package/openocd/Config.in"
source "package/pciutils/Config.in"
source "package/picocom/Config.in"
source "package/rng-tools/Config.in"
source "package/sane-backends/Config.in"
source "package/sdparm/Config.in"
source "package/setserial/Config.in"
source "package/smartmontools/Config.in"

View File

@ -0,0 +1,7 @@
config BR2_PACKAGE_SANE_BACKENDS
bool "sane-backends"
select BR2_PACKAGE_LIBUSB
help
SANE - Scanner Access Now Easy
http://www.sane-project.org

View File

@ -0,0 +1,13 @@
#############################################################
#
# sane-backends
#
#############################################################
SANE_BACKENDS_VERSION = 1.0.22
SANE_BACKENDS_SOURCE = sane-backends-$(SANE_BACKENDS_VERSION).tar.gz
SANE_BACKENDS_SITE = ftp://ftp2.sane-project.org/pub/sane/sane-backends-$(SANE_BACKENDS_VERSION)
SANE_BACKENDS_DEPENDENCIES += libusb
SANE_BACKENDS_CONF_OPT += --enable-libusb_1_0
$(eval $(call AUTOTARGETS))