net-print/epson-inkjet-printer-escpr2: New package
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
parent
72d13145b0
commit
5e2a2b2bf3
1
net-print/epson-inkjet-printer-escpr2/Manifest
Normal file
1
net-print/epson-inkjet-printer-escpr2/Manifest
Normal file
|
@ -0,0 +1 @@
|
||||||
|
DIST epson-inkjet-printer-escpr2-1.1.48-1lsb3.2.src.rpm 4184223 BLAKE2B 3a30e1152aead3586156bd751a5af84ab81c562b473ada3bbbdaa2b6f4520c70edfc14b1a7b1c16c492d6b620c681a5d956c00626ca56dab32e8f32029dce870 SHA512 24cad1ac8d26c50911a5908c4a2e220e7f949d5454e7709d139e2ce38f775bedec1ef42d1713c50767715da9eb13d5cae46d77ab948a9421760d098b168d78b9
|
|
@ -0,0 +1,26 @@
|
||||||
|
# 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
|
||||||
|
}
|
8
net-print/epson-inkjet-printer-escpr2/metadata.xml
Normal file
8
net-print/epson-inkjet-printer-escpr2/metadata.xml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="person">
|
||||||
|
<email>alarig@swordarmor.fr</email>
|
||||||
|
<name>Alarig Le Lay</name>
|
||||||
|
</maintainer>
|
||||||
|
</pkgmetadata>
|
Loading…
Reference in a new issue