blob: f79cf9e5084c79831a454ef92110e052acdcdc1c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
DESCRIPTION = "Frontends for SANE"
DEPENDS = "virtual/libx11 gimp sane-backends"
LICENSE = "LGPL"
PR = "r0"
SRC_URI = "ftp://ftp.sane-project.org/pub/sane/old-versions/sane-frontends-${PV}/sane-frontends-${PV}.tar.gz \
"
inherit autotools
EXTRA_OECONF = "--disable-translations"
PACKAGES =+ "scanadf xcam xscanimage"
FILES_scanadf = "${bindir}/scanadf"
FILES_xcam = "${bindir}/xcam"
FILES_xscanimage = "${bindir}/xscanimage ${datadir}/sane"
|