[arch-commits] Commit in (4 files)

Fabio Castelli muflone at archlinux.org
Sun Mar 29 21:23:48 UTC 2015


    Date: Sunday, March 29, 2015 @ 23:23:48
  Author: muflone
Revision: 130216

Added:
  iscan-data/
  iscan-data/repos/
  iscan-data/trunk/
  iscan-data/trunk/PKGBUILD

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

Added: iscan-data/trunk/PKGBUILD
===================================================================
--- iscan-data/trunk/PKGBUILD	                        (rev 0)
+++ iscan-data/trunk/PKGBUILD	2015-03-29 21:23:48 UTC (rev 130216)
@@ -0,0 +1,36 @@
+# $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.36.0
+pkgrel=2
+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=("https://download3.ebz.epson.net/dsc/f/03/00/03/61/59/646738a219f7354bf3268897385f6ce48c0776bf/${pkgname}_${pkgver}-1.tar.gz")
+sha256sums=('3a0a0075d0f7fcb0f482cbde2e74c9f6bee64268db32a4e6f470f1a6069117ba')
+
+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
+}
+


Property changes on: iscan-data/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list