# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="PPD description files for Kyocera Mita Printers" HOMEPAGE="http://www.kyoceramita.it/" SRC_URI="Linux_PPD's_KSL_${PV}.zip" LICENSE="as-is" SLOT="0" KEYWORDS="~amd64 ~x86 ~x86-fbsd" IUSE="linguas_en linguas_fr linguas_de linguas_it linguas_pt linguas_es" DEPEND="net-print/cups" S="${WORKDIR}/PPD" RESTRICT="fetch" pkg_nofetch() { einfo "Please download ${A} from: ${HOMEPAGE} ." einfo "Select your model of printer, then drivers for Linux." } src_compile() { :; } src_install() { insinto /usr/share/cups/model/KyoceraMita use linguas_en && doins English/*.ppd use linguas_fr && doins French/*.ppd use linguas_de && doins German/*.ppd use linguas_it && doins Italian/*.ppd use linguas_pt && doins Portuguese/*.ppd use linguas_es && doins Spanish/*.ppd dohtml ReadMe.htm }