sane-frontends: add 1.0.13
authorKoen Kooi <koen@openembedded.org>
Sun, 26 Aug 2007 11:46:55 +0000 (11:46 +0000)
committerKoen Kooi <koen@openembedded.org>
Sun, 26 Aug 2007 11:46:55 +0000 (11:46 +0000)
packages/sane/.mtn2git_empty [moved from packages/sane-backends/.mtn2git_empty with 100% similarity]
packages/sane/sane-backends-1.0.17/.mtn2git_empty [moved from packages/sane-backends/sane-backends-1.0.17/.mtn2git_empty with 100% similarity]
packages/sane/sane-backends-1.0.17/Makefile.in.patch [moved from packages/sane-backends/sane-backends-1.0.17/Makefile.in.patch with 100% similarity]
packages/sane/sane-backends-1.0.17/sane-plustek.patch [moved from packages/sane-backends/sane-backends-1.0.17/sane-plustek.patch with 100% similarity]
packages/sane/sane-backends-1.0.17/saned.xinetd [moved from packages/sane-backends/sane-backends-1.0.17/saned.xinetd with 100% similarity]
packages/sane/sane-backends_1.0.17.bb [moved from packages/sane-backends/sane-backends_1.0.17.bb with 100% similarity]
packages/sane/sane-frontends_1.0.13.bb [new file with mode: 0644]

diff --git a/packages/sane/sane-frontends_1.0.13.bb b/packages/sane/sane-frontends_1.0.13.bb
new file mode 100644 (file)
index 0000000..f79cf9e
--- /dev/null
@@ -0,0 +1,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"
+
+