2015-03-01 02:48:33 +08:00
|
|
|
#Contributions from AUR: https://aur.archlinux.org/packages/epson-inkjet-printer-escpr/
|
2012-07-15 06:57:29 +08:00
|
|
|
|
|
|
|
pkgname=epson-inkjet-printer-escpr
|
2015-03-01 02:48:33 +08:00
|
|
|
pkgver=1.4.5
|
2012-07-15 06:57:29 +08:00
|
|
|
pkgrel=1
|
|
|
|
pkgdesc="Common Linux printer driver for Epson Multifonction Inkjet Printers."
|
2014-07-06 05:04:32 +08:00
|
|
|
arch=('x86_64')
|
2012-07-15 06:57:29 +08:00
|
|
|
url="https://www.epson.com"
|
|
|
|
license=('GPL')
|
|
|
|
depends=('cups' 'gutenprint')
|
2015-03-01 02:48:33 +08:00
|
|
|
source=('https://download3.ebz.epson.net/dsc/f/03/00/03/52/19/d912de1ce0155980d9ad3f156f14af99d69d627a/epson-inkjet-printer-escpr-1.4.5-1lsb3.2.src.rpm')
|
|
|
|
sha256sums=('118c578e8d9b966349e63afc8d581f35701539ee2898a18b079b547cf94d76ef')
|
2014-07-06 05:04:32 +08:00
|
|
|
|
|
|
|
prepare() {
|
|
|
|
tar zxf "$pkgname-$pkgver-1lsb3.2.tar.gz"
|
|
|
|
}
|
|
|
|
|
2012-07-15 06:57:29 +08:00
|
|
|
build() {
|
|
|
|
cd "$pkgname-$pkgver"
|
|
|
|
./configure --prefix=/usr \
|
2014-07-06 05:04:32 +08:00
|
|
|
--with-cupsfilterdir=/usr/lib/cups/filter \
|
|
|
|
--with-cupsppddir=/usr/share/ppd
|
2015-03-01 02:48:33 +08:00
|
|
|
make
|
2012-07-15 06:57:29 +08:00
|
|
|
}
|
2014-07-06 05:04:32 +08:00
|
|
|
|
2012-07-15 06:57:29 +08:00
|
|
|
package() {
|
2014-07-06 05:04:32 +08:00
|
|
|
cd "$pkgname-$pkgver"
|
2012-07-15 06:57:29 +08:00
|
|
|
make DESTDIR="$pkgdir" install
|
2015-03-01 02:48:33 +08:00
|
|
|
}
|