[arch-commits] Commit in iscan-data/repos/community-any (PKGBUILD PKGBUILD)
Fabio Castelli
muflone at archlinux.org
Sun Jul 10 16:06:56 UTC 2016
Date: Sunday, July 10, 2016 @ 16:06:56
Author: muflone
Revision: 182617
archrelease: copy trunk to community-any
Added:
iscan-data/repos/community-any/PKGBUILD
(from rev 182616, iscan-data/trunk/PKGBUILD)
Deleted:
iscan-data/repos/community-any/PKGBUILD
----------+
PKGBUILD | 72 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2016-07-10 16:06:38 UTC (rev 182616)
+++ PKGBUILD 2016-07-10 16:06:56 UTC (rev 182617)
@@ -1,36 +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.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
-}
-
Copied: iscan-data/repos/community-any/PKGBUILD (from rev 182616, iscan-data/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2016-07-10 16:06:56 UTC (rev 182617)
@@ -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=3
+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}-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
+}
+
More information about the arch-commits
mailing list