overlay/media-gfx/scanbd/scanbd-1.4.4.ebuild
Tobias Klaus aefe2c02f1
media-gfx/scanbd: adds package
Package-Manager: Portage-2.3.11, Repoman-2.3.3
2017-10-17 00:20:26 +02:00

24 lines
511 B
Bash

# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DESCRIPTION="A scanner button daemon looking for scanner button pressed"
HOMEPAGE="https://sourceforge.net/projects/scanbd/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="media-gfx/sane-backends
dev-libs/confuse"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${PV}"
src_install() {
default
newinitd "${FILESDIR}"/scanbd.initd scanbd
}