[arch-commits] Commit in (lensfun lensfun/repos lensfun/trunk lensfun/trunk/PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Sun Mar 15 16:55:51 UTC 2009


    Date: Sunday, March 15, 2009 @ 12:55:51
  Author: tpowa
Revision: 29986

'add new depend for digikam'

Added:
  lensfun/
  lensfun/repos/
  lensfun/trunk/
  lensfun/trunk/PKGBUILD

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

Added: lensfun/trunk/PKGBUILD
===================================================================
--- lensfun/trunk/PKGBUILD	                        (rev 0)
+++ lensfun/trunk/PKGBUILD	2009-03-15 16:55:51 UTC (rev 29986)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=lensfun
+pkgver=0.2.3
+pkgrel=1
+pkgdesc="Database of photographic lenses and a library that allows advanced access to the database"
+arch=(i686 x86_64)
+license=('LGPL3')
+source=(http://download.berlios.de/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+url="http://lensfun.berlios.de/"
+depends=('glibc' 'glib2')
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    ./configure --prefix=/usr || return 1
+    make all || return 1
+    make INSTALL_PREFIX=$pkgdir install || return 1
+}
+md5sums=('c5c04be4f53e3eef450ff4948d8f65b3')


Property changes on: lensfun/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
   + Id




More information about the arch-commits mailing list