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

Andreas Radke andyrtr at archlinux.org
Sun Oct 26 08:55:15 UTC 2014


    Date: Sunday, October 26, 2014 @ 09:55:15
  Author: andyrtr
Revision: 225365

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

Added:
  gphoto2/repos/testing-i686/
  gphoto2/repos/testing-i686/PKGBUILD
    (from rev 225364, gphoto2/trunk/PKGBUILD)
  gphoto2/repos/testing-x86_64/
  gphoto2/repos/testing-x86_64/PKGBUILD
    (from rev 225364, gphoto2/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   27 +++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   27 +++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

Copied: gphoto2/repos/testing-i686/PKGBUILD (from rev 225364, gphoto2/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2014-10-26 08:55:15 UTC (rev 225365)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Eduardo Romero <eduardo at archlinux.org>
+# Contributor: Jason Chu <jason at archlinux.org>
+
+pkgname=gphoto2
+pkgver=2.5.5
+pkgrel=1
+pkgdesc="A digital camera download and access program."
+arch=(i686 x86_64)
+url="http://www.gphoto.org"
+license=('GPL' 'LGPL')
+depends=('libgphoto2' 'popt' 'readline')
+source=(http://downloads.sourceforge.net/gphoto/${pkgname}-${pkgver}.tar.bz2{,.asc})
+sha1sums=('6326f66c0782cee3366f8f958cd61a6d58e0033d'
+         'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Copied: gphoto2/repos/testing-x86_64/PKGBUILD (from rev 225364, gphoto2/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2014-10-26 08:55:15 UTC (rev 225365)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Eduardo Romero <eduardo at archlinux.org>
+# Contributor: Jason Chu <jason at archlinux.org>
+
+pkgname=gphoto2
+pkgver=2.5.5
+pkgrel=1
+pkgdesc="A digital camera download and access program."
+arch=(i686 x86_64)
+url="http://www.gphoto.org"
+license=('GPL' 'LGPL')
+depends=('libgphoto2' 'popt' 'readline')
+source=(http://downloads.sourceforge.net/gphoto/${pkgname}-${pkgver}.tar.bz2{,.asc})
+sha1sums=('6326f66c0782cee3366f8f958cd61a6d58e0033d'
+         'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list