Alarig Le Lay
5e2a2b2bf3
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
27 lines
580 B
Bash
27 lines
580 B
Bash
# Copyright 2022 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
inherit rpm
|
|
|
|
DESCRIPTION="Epson Inkjet Printer Driver 2 (ESC/P-R) for Linux"
|
|
HOMEPAGE="https://download.ebz.epson.net/dsc/search/01/search/?OSC=LX"
|
|
SRC_URI="https://download3.ebz.epson.net/dsc/f/03/00/13/52/26/977f2b2c13cc185981479fbd225b802c35c92beb/${P}-1lsb3.2.src.rpm"
|
|
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64"
|
|
|
|
DEPEND="
|
|
app-text/ghostscript-gpl
|
|
net-print/cups
|
|
"
|
|
RDEPEND="${DEPEND}"
|
|
BDEPEND=""
|
|
|
|
src_install() {
|
|
default
|
|
find "${ED}" -name '*.la' -delete || die
|
|
}
|