New package: epson-inkjet-printer-escpr-1.1.1.

This commit is contained in:
Juan RP 2012-05-16 13:19:53 +02:00
parent dfd7225275
commit ef2d27da5b
2 changed files with 30 additions and 0 deletions

View file

@ -0,0 +1,3 @@
libcupsimage.so.2
libcups.so.2
libc.so.6

View file

@ -0,0 +1,27 @@
# 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"
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."
Add_dependency build cups-devel
post_install() {
# gzip ppd files.
find ${DESTDIR}/usr/share/cups/model -name "*.ppd"|xargs gzip -n9f
}