milis/talimatname/genel/e/epson-inkjet-printer-escpr/talimat

20 lines
576 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Linux için Epson Inkjet yazici sürücüsü (ESC/P-R)
# URL: http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX
# Paketçi: milisarge
# Gerekler: cups ghostscript
name=epson-inkjet-printer-escpr
version=1.6.1
release=1
source=(https://download3.ebz.epson.net/dsc/f/03/00/04/23/02/a5ee7e1622b0ba692bea6763d6d7f4810a8d0808/$name-$version-1lsb3.2.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr \
--with-cupsfilterdir=/usr/lib/cups/filter \
--with-cupsppddir=/usr/share/ppd
make
make DESTDIR=$PKG install
}