# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/kde-base/libksane/libksane-4.1.2.ebuild,v 1.1 2008/10/02 10:54:33 jmbsvicetto Exp $ EAPI="2" KMNAME=kdegraphics KMMODULE=libs/libksane inherit kde4-meta DESCRIPTION="SANE Library interface for KDE" HOMEPAGE="http://www.kipi-plugins.org" LICENSE="LGPL-2" KEYWORDS="~amd64 ~x86" IUSE="debug htmlhandbook" DEPEND="kde-base/qimageblitz media-gfx/sane-backends" RDEPEND="${DEPEND}" src_install() { insinto "${KDEDIR}"/share/apps/cmake/modules doins "${S}"/cmake/modules/FindKSane.cmake kde4-meta_src_install }