[arch-commits] Commit in iscan-data/repos (2 files)

Fabio Castelli muflone at archlinux.org
Sun Dec 4 23:01:00 UTC 2016


    Date: Sunday, December 4, 2016 @ 23:00:59
  Author: muflone
Revision: 197884

archrelease: copy trunk to community-testing-any

Added:
  iscan-data/repos/community-testing-any/
  iscan-data/repos/community-testing-any/PKGBUILD
    (from rev 197883, iscan-data/trunk/PKGBUILD)

----------+
 PKGBUILD |   37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

Copied: iscan-data/repos/community-testing-any/PKGBUILD (from rev 197883, iscan-data/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2016-12-04 23:00:59 UTC (rev 197884)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Frederic Bezies < fredbezies at gmail dot com>
+# Contributor: garion < garion @ mailoo.org >
+# Contributor: Alessio Sergi <asergi at archlinux dot us>
+# Contributor: mutlu_inek <mutlu_inek at yahoo.de>
+
+pkgname=iscan-data
+pkgver=1.37.0
+_pkgsubver=3
+pkgrel=1
+pkgdesc="EPSON Image Scan! data files"
+arch=('any')
+url="http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX"
+license=('GPL2')
+depends=('libxslt')
+source=("http://support.epson.net/linux/src/scanner/iscan/${pkgname}_${pkgver}-${_pkgsubver}.tar.gz")
+sha256sums=('e57088ad0bf9ab55ca633ae3c0a3a07ef403c07bc90e66bee7c4cbe04b4f5710')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  # install files
+  make DESTDIR="${pkgdir}" install
+
+  # install additional documentation files
+  install -m 755 -d "${pkgdir}/usr/share/doc/${pkgname}"
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+    KNOWN-PROBLEMS NEWS SUPPORTED-DEVICES
+}
+



More information about the arch-commits mailing list