[arch-commits] Commit in libtiff/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Tue Nov 22 17:16:23 UTC 2016
Date: Tuesday, November 22, 2016 @ 17:16:22
Author: arojas
Revision: 281925
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
libtiff/repos/testing-i686/
libtiff/repos/testing-i686/PKGBUILD
(from rev 281924, libtiff/trunk/PKGBUILD)
libtiff/repos/testing-x86_64/
libtiff/repos/testing-x86_64/PKGBUILD
(from rev 281924, libtiff/trunk/PKGBUILD)
-------------------------+
testing-i686/PKGBUILD | 32 ++++++++++++++++++++++++++++++++
testing-x86_64/PKGBUILD | 32 ++++++++++++++++++++++++++++++++
2 files changed, 64 insertions(+)
Copied: libtiff/repos/testing-i686/PKGBUILD (from rev 281924, libtiff/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2016-11-22 17:16:22 UTC (rev 281925)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=libtiff
+pkgver=4.0.7
+pkgrel=1
+pkgdesc="Library for manipulation of TIFF images"
+arch=('i686' 'x86_64')
+url="http://www.simplesystems.org/libtiff/"
+license=('custom')
+depends=('gcc-libs' 'libjpeg' 'zlib' 'xz')
+makedepends=('freeglut' 'glu' 'mesa' 'jbigkit')
+optdepends=('freeglut: for using tiffgt')
+source=(http://download.osgeo.org/libtiff/tiff-${pkgver}.tar.gz)
+sha1sums=('2c1b64478e88f93522a42dd5271214a0e5eae648')
+
+build() {
+ cd tiff-${pkgver}
+ ./configure --prefix=/usr
+ make
+}
+
+check() {
+ cd tiff-${pkgver}
+ make check
+}
+
+package() {
+ cd tiff-${pkgver}
+ make DESTDIR="${pkgdir}" install
+ install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
Copied: libtiff/repos/testing-x86_64/PKGBUILD (from rev 281924, libtiff/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-11-22 17:16:22 UTC (rev 281925)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=libtiff
+pkgver=4.0.7
+pkgrel=1
+pkgdesc="Library for manipulation of TIFF images"
+arch=('i686' 'x86_64')
+url="http://www.simplesystems.org/libtiff/"
+license=('custom')
+depends=('gcc-libs' 'libjpeg' 'zlib' 'xz')
+makedepends=('freeglut' 'glu' 'mesa' 'jbigkit')
+optdepends=('freeglut: for using tiffgt')
+source=(http://download.osgeo.org/libtiff/tiff-${pkgver}.tar.gz)
+sha1sums=('2c1b64478e88f93522a42dd5271214a0e5eae648')
+
+build() {
+ cd tiff-${pkgver}
+ ./configure --prefix=/usr
+ make
+}
+
+check() {
+ cd tiff-${pkgver}
+ make check
+}
+
+package() {
+ cd tiff-${pkgver}
+ make DESTDIR="${pkgdir}" install
+ install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
More information about the arch-commits
mailing list