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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Mon Dec 7 00:55:23 UTC 2015


    Date: Monday, December 7, 2015 @ 01:55:22
  Author: bpiotrowski
Revision: 253122

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

Added:
  lensfun/repos/staging-i686/
  lensfun/repos/staging-i686/PKGBUILD
    (from rev 253121, lensfun/trunk/PKGBUILD)
  lensfun/repos/staging-x86_64/
  lensfun/repos/staging-x86_64/PKGBUILD
    (from rev 253121, lensfun/trunk/PKGBUILD)

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

Copied: lensfun/repos/staging-i686/PKGBUILD (from rev 253121, lensfun/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2015-12-07 00:55:22 UTC (rev 253122)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=lensfun
+pkgver=0.3.1
+pkgrel=2
+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=('905168c39c7ccb980ee3d985778723a8c65cddb8')
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    cmake -DLENSFUN_INSTALL_PREFIX=/usr .
+    make all
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="$pkgdir" install
+}

Copied: lensfun/repos/staging-x86_64/PKGBUILD (from rev 253121, lensfun/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2015-12-07 00:55:22 UTC (rev 253122)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=lensfun
+pkgver=0.3.1
+pkgrel=2
+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=('905168c39c7ccb980ee3d985778723a8c65cddb8')
+
+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