# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" MY_PN="XeroxPrinterPkgXPXX" MY_PV="2011_09_30" DESCRIPTION="PPD files of XEROX printers (CopyCentre, DocuPrint, Phaser, WorkCentre) for CUPS" HOMEPAGE="http://www.support.xerox.com/support/phaser-6700/file-download/enus.html?operatingSystem=linux&fileLanguage=en&contentId=119513" SRC_URI="http://download.support.xerox.com/pub/drivers/7800/drivers/linux/pt_BR/${MY_PN}_${MY_PV}.tgz" LICENSE="Xerox" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="" RDEPEND="net-print/cups" S="${WORKDIR}/${MY_PN/PkgXPXX/PackageXpxx}" src_install() { insinto /usr/share/cups/model doins ppd/*.ppd || die "missing ppd files" }