28 lines
998 B
Text
28 lines
998 B
Text
# Template file for 'epson-inkject-printer-escpr'
|
|
pkgname=epson-inkjet-printer-escpr
|
|
_distver=1.1.1
|
|
_lsbver=1lsb3.2
|
|
version=${_distver}
|
|
wrksrc="${pkgname}-${_distver}"
|
|
homepage="http://www.gnu.org/software/sed"
|
|
distfiles="http://linux.avasys.jp/drivers/lsb/epson-inkjet/escpr/src/$pkgname-${_distver}-${_lsbver}.tar.gz"
|
|
build_style=gnu-configure
|
|
configure_args="--disable-static"
|
|
makedepends="cups-devel"
|
|
revision=1
|
|
short_desc="Epson Inkjet Printer Driver (ESC/P-R)"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="GPL-2"
|
|
checksum=9a818ca37c92fef1a7dd7ecac28e9e8c714894b930b149661c261c58d1ea3633
|
|
long_desc="
|
|
This software is a filter program used with the Common UNIX Printing
|
|
System (CUPS) on the Linux platform.
|
|
The software offers high quality printing with Seiko Epson color ink jet printers.
|
|
|
|
This product can only be used with printers that support the Epson ESC/P-R language."
|
|
|
|
|
|
post_install() {
|
|
# gzip ppd files.
|
|
find ${DESTDIR}/usr/share/cups/model -name "*.ppd"|xargs gzip -n9f
|
|
}
|