summaryrefslogtreecommitdiff
path: root/extra/gphoto2
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-12-30 10:44:01 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-12-30 10:44:01 -0300
commit0d8ecfa1948a782678aea98ce57638f0430de78b (patch)
tree8d126f200367e84337c6d0fa91cd749a1c7877b8 /extra/gphoto2
parent8baf74afe0af3b4012ae438cfeea1bbea3f41375 (diff)
parent8a823402bd45dc875237a20f174ecbe64e1bae4d (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: extra/desktop-file-utils/PKGBUILD extra/libgphoto2/PKGBUILD multilib-testing/lib32-glibc/PKGBUILD testing/glibc/PKGBUILD
Diffstat (limited to 'extra/gphoto2')
-rw-r--r--extra/gphoto2/PKGBUILD12
1 files changed, 8 insertions, 4 deletions
diff --git a/extra/gphoto2/PKGBUILD b/extra/gphoto2/PKGBUILD
index 88de2bc72..08b389fa0 100644
--- a/extra/gphoto2/PKGBUILD
+++ b/extra/gphoto2/PKGBUILD
@@ -1,21 +1,25 @@
-# $Id: PKGBUILD 97700 2010-11-01 13:01:49Z ibiru $
+# $Id: PKGBUILD 145713 2011-12-28 15:08:15Z jgc $
# Maintainer: Jan de Groot <jgc@archlinux.org>
# Contributor: Eduardo Romero <eduardo@archlinux.org>
# Contributor: Jason Chu <jason@archlinux.org>
pkgname=gphoto2
-pkgver=2.4.10
+pkgver=2.4.11
pkgrel=1
pkgdesc="A digital camera download and access program."
arch=(i686 x86_64 'mips64el')
url="http://www.gphoto.org"
license=('GPL' 'LGPL')
-depends=('libgphoto2>=2.4.10' 'popt' 'aalib' 'readline>=6.1')
+depends=('libgphoto2>=2.4.11' 'popt' 'aalib' 'readline')
source=(http://downloads.sourceforge.net/gphoto/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('3c86c9824b9bfc57a52be5f84ad205f7')
+md5sums=('2635075f702b40eb2e95a80658bd4773')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./configure --prefix=/usr
make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
}