summaryrefslogtreecommitdiffstats
path: root/epson-sx230/Pkgfile
blob: ebcf2cf7e39d66fea8997642176a9155515e1560 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Description: Pilote pour imprimante Epson (ME Office 535 / Stylus NX230, SX230, SX235W, TX230W, TX235, TX235W)
# URL: http://avasys.jp/eng/linux_driver/download/lsb/epson-inkjet/escp/
# Maintainer: Andre Klitzing <andre () incubo () de
# Packager: lesibel at free dot fr
# Depends on: cups
# Run on: libcups

name=epson-sx230
version=1.2.0
release=1
source=(http://nutyx.meticul.eu/files/epson-inkjet-printer-escpr-1.2.0-1lsb3.2.tar.gz)
build() {
cd epson-inkjet-printer-escpr-1.2.0
	./bootstrap
	./configure --prefix=/usr \
		--with-cupsppddir=/usr/share/cups
	make DESTDIR=$PKG install
}