# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=4 DESCRIPTION="Scanner buttons daemon to perform scan actions" HOMEPAGE="http://scanbd.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" IUSE="" # At this time, I do not think the scanbd build depends are # dependent upon any specific package version. DEPEND="media-gfx/sane-backends dev-libs/confuse" RDEPEND="${DEPEND}" # FIXME: Upstream Bug; scanbd decrompesses to a folder having a # folder name using only the package version. # (ie: "$WORKDIR/1.4.2") S="${WORKDIR}/${PV}"