# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 DESCRIPTION="A scanner button daemon for Linux" HOMEPAGE="http://scanbuttond.sourceforge.net/" SRC_URI="mirror://sourceforge/scanbuttond/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=" >=app-arch/tar-1.15.1 >=app-arch/gzip-1.3.5" RDEPEND=" >=dev-libs/libusb-0.1.10a" src_compile() { econf || die "econf failed" emake || die } src_install() { make install \ DESTDIR=${D} || die ldconfig dodoc AUTHORS ChangeLog COPYING INSTALL NEWS README }