[arch-commits] Commit in iscan-data/repos/community-testing-any (PKGBUILD PKGBUILD)

Fabio Castelli muflone at archlinux.org
Sun Dec 4 23:09:30 UTC 2016


    Date: Sunday, December 4, 2016 @ 23:09:30
  Author: muflone
Revision: 197886

archrelease: copy trunk to community-testing-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-04 23:09:17 UTC (rev 197885)
+++ PKGBUILD	2016-12-04 23:09:30 UTC (rev 197886)
@@ -1,37 +0,0 @@
-# $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
-}
-

Copied: iscan-data/repos/community-testing-any/PKGBUILD (from rev 197885, iscan-data/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-12-04 23:09:30 UTC (rev 197886)
@@ -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.37.0.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%.*}-${pkgver/*.}.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