[arch-commits] Commit in lensfun/repos (4 files)

Tobias Powalowski tpowa at archlinux.org
Wed Feb 3 18:59:43 UTC 2016


    Date: Wednesday, February 3, 2016 @ 19:59:43
  Author: tpowa
Revision: 258854

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  lensfun/repos/testing-i686/
  lensfun/repos/testing-i686/PKGBUILD
    (from rev 258853, lensfun/trunk/PKGBUILD)
  lensfun/repos/testing-x86_64/
  lensfun/repos/testing-x86_64/PKGBUILD
    (from rev 258853, lensfun/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   25 +++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   25 +++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

Copied: lensfun/repos/testing-i686/PKGBUILD (from rev 258853, lensfun/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2016-02-03 18:59:43 UTC (rev 258854)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=lensfun
+pkgver=0.3.2
+pkgrel=1
+pkgdesc="Database of photographic lenses and a library that allows advanced access to the database"
+arch=(i686 x86_64)
+url="http://lensfun.sourceforge.net"
+license=('LGPL3')
+depends=('glibc' 'glib2')
+makedepends=('python' 'libpng' 'doxygen' 'cmake')
+source=("http://sourceforge.net/projects/lensfun/files/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha1sums=('1d978b15aa7304d66a4931fa37ca9f8f89396c16')
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    cmake -DLENSFUN_INSTALL_PREFIX=/usr .
+    make all
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="$pkgdir" install
+}

Copied: lensfun/repos/testing-x86_64/PKGBUILD (from rev 258853, lensfun/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2016-02-03 18:59:43 UTC (rev 258854)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=lensfun
+pkgver=0.3.2
+pkgrel=1
+pkgdesc="Database of photographic lenses and a library that allows advanced access to the database"
+arch=(i686 x86_64)
+url="http://lensfun.sourceforge.net"
+license=('LGPL3')
+depends=('glibc' 'glib2')
+makedepends=('python' 'libpng' 'doxygen' 'cmake')
+source=("http://sourceforge.net/projects/lensfun/files/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha1sums=('1d978b15aa7304d66a4931fa37ca9f8f89396c16')
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    cmake -DLENSFUN_INSTALL_PREFIX=/usr .
+    make all
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list