[arch-commits] Commit in libpano13/repos (staging-x86_64 staging-x86_64/PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue May 19 07:59:57 UTC 2020


    Date: Tuesday, May 19, 2020 @ 07:59:57
  Author: felixonmars
Revision: 386102

archrelease: copy trunk to staging-x86_64

Added:
  libpano13/repos/staging-x86_64/
  libpano13/repos/staging-x86_64/PKGBUILD
    (from rev 386100, libpano13/trunk/PKGBUILD)

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

Copied: libpano13/repos/staging-x86_64/PKGBUILD (from rev 386100, libpano13/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2020-05-19 07:59:57 UTC (rev 386102)
@@ -0,0 +1,28 @@
+# Contributor: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Tobias Kieslich <tobias at justdreams.de>
+
+pkgname=libpano13
+pkgver=2.9.19
+pkgrel=5
+pkgdesc='Basic library to calculate panoramical pictures - core functions of the panotools'
+url='http://panotools.sourceforge.net/'
+arch=('x86_64')
+license=('GPL2')
+depends=('libpng' 'libtiff')
+source=(https://downloads.sourceforge.net/sourceforge/panotools/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('f9f147426d44d8babac09cb1a1b5111f88b9c2fc079f33df80133492bcf24cbd1edd771e6bec7bed4b0256bf15c700139c0a83119d3adf296ae5c567e006d868')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+    --prefix=/usr \
+    --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list