summaryrefslogtreecommitdiffstats
path: root/epson-sx230/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'epson-sx230/Pkgfile')
-rw-r--r--epson-sx230/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/epson-sx230/Pkgfile b/epson-sx230/Pkgfile
new file mode 100644
index 000000000..75981f338
--- /dev/null
+++ b/epson-sx230/Pkgfile
@@ -0,0 +1,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:
+
+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
+}