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

Evangelos Foutras foutrelis at archlinux.org
Fri Jan 11 07:16:07 UTC 2019


    Date: Friday, January 11, 2019 @ 07:16:06
  Author: foutrelis
Revision: 343556

archrelease: copy trunk to staging-x86_64

Added:
  gphoto2/repos/staging-x86_64/
  gphoto2/repos/staging-x86_64/PKGBUILD
    (from rev 343555, gphoto2/trunk/PKGBUILD)

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

Copied: gphoto2/repos/staging-x86_64/PKGBUILD (from rev 343555, gphoto2/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2019-01-11 07:16:06 UTC (rev 343556)
@@ -0,0 +1,27 @@
+# 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.20
+pkgrel=2
+pkgdesc="A digital camera download and access program."
+arch=(x86_64)
+url="http://www.gphoto.org"
+license=('GPL' 'LGPL')
+depends=('libgphoto2' 'popt')
+source=(https://downloads.sourceforge.net/gphoto/${pkgname}-${pkgver}.tar.bz2{,.asc})
+sha256sums=('a36f03b50a8f040f185cbc757f957f03dc05a9210907199e6919ef3f970248f6'
+            'SKIP')
+validpgpkeys=('7C4AFD61D8AAE7570796A5172209D6902F969C95')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list