summaryrefslogtreecommitdiff
path: root/extra/gphoto2/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/gphoto2/PKGBUILD')
-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
}