[arch-commits] Commit in libtiff4 (5 files)
Maxime Gauduin
alucryd at archlinux.org
Sat Aug 20 09:14:42 UTC 2016
Date: Saturday, August 20, 2016 @ 09:14:42
Author: alucryd
Revision: 187155
archrelease: copy trunk to community-i686, community-x86_64
Added:
libtiff4/repos/
libtiff4/repos/community-i686/
libtiff4/repos/community-i686/PKGBUILD
(from rev 187154, libtiff4/trunk/PKGBUILD)
libtiff4/repos/community-x86_64/
libtiff4/repos/community-x86_64/PKGBUILD
(from rev 187154, libtiff4/trunk/PKGBUILD)
---------------------------+
community-i686/PKGBUILD | 35 +++++++++++++++++++++++++++++++++++
community-x86_64/PKGBUILD | 35 +++++++++++++++++++++++++++++++++++
2 files changed, 70 insertions(+)
Copied: libtiff4/repos/community-i686/PKGBUILD (from rev 187154, libtiff4/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD (rev 0)
+++ repos/community-i686/PKGBUILD 2016-08-20 09:14:42 UTC (rev 187155)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: lorim <lorimz at gmail.com>
+
+pkgname=libtiff4
+pkgver=3.9.7
+pkgrel=1
+pkgdesc='Library for manipulation of TIFF images'
+arch=('i686' 'x86_64')
+url='http://www.remotesensing.org/libtiff/'
+license=('custom')
+depends=('gcc-libs' 'glibc' 'libjpeg-turbo' 'zlib')
+source=("http://download.osgeo.org/libtiff/tiff-${pkgver}.tar.gz")
+sha256sums=('f5d64dd4ce61c55f5e9f6dc3920fbe5a41e02c2e607da7117a35eb5c320cef6a')
+
+build() {
+ cd tiff-${pkgver}
+
+ ./configure \
+ --prefix='/usr'
+ make
+}
+
+package() {
+ cd tiff-${pkgver}
+
+ make DESTDIR="${pkgdir}" install
+ rm -rf "${pkgdir}"/usr/{bin,include,lib/libtiff{,xx}.{so,a},share}
+ mv "${pkgdir}"/usr/lib/libtiff.so.{3,4}
+ mv "${pkgdir}"/usr/lib/libtiffxx.so.{3,4}
+
+ install -Dm 644 COPYRIGHT -t "${pkgdir}"/usr/share/licenses/libtiff4/
+}
+
+# vim: ts=2 sw=2 et:
Copied: libtiff4/repos/community-x86_64/PKGBUILD (from rev 187154, libtiff4/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2016-08-20 09:14:42 UTC (rev 187155)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: lorim <lorimz at gmail.com>
+
+pkgname=libtiff4
+pkgver=3.9.7
+pkgrel=1
+pkgdesc='Library for manipulation of TIFF images'
+arch=('i686' 'x86_64')
+url='http://www.remotesensing.org/libtiff/'
+license=('custom')
+depends=('gcc-libs' 'glibc' 'libjpeg-turbo' 'zlib')
+source=("http://download.osgeo.org/libtiff/tiff-${pkgver}.tar.gz")
+sha256sums=('f5d64dd4ce61c55f5e9f6dc3920fbe5a41e02c2e607da7117a35eb5c320cef6a')
+
+build() {
+ cd tiff-${pkgver}
+
+ ./configure \
+ --prefix='/usr'
+ make
+}
+
+package() {
+ cd tiff-${pkgver}
+
+ make DESTDIR="${pkgdir}" install
+ rm -rf "${pkgdir}"/usr/{bin,include,lib/libtiff{,xx}.{so,a},share}
+ mv "${pkgdir}"/usr/lib/libtiff.so.{3,4}
+ mv "${pkgdir}"/usr/lib/libtiffxx.so.{3,4}
+
+ install -Dm 644 COPYRIGHT -t "${pkgdir}"/usr/share/licenses/libtiff4/
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list