aboutsummaryrefslogtreecommitdiffstats
path: root/main/gphoto2
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-06-03 03:35:16 -0300
committerNatanael Copa <ncopa@alpinelinux.org>2019-06-05 15:45:26 +0000
commite46244fbba1ca123023b0e0db9cf84743ec97f7a (patch)
treeff672777d1fbb20e2753a1c00b40d7d4e77a4edd /main/gphoto2
parentf91052a8d08655fff8d437bc5bb801593cf781cf (diff)
downloadaports-e46244fbba1ca123023b0e0db9cf84743ec97f7a.tar.bz2
aports-e46244fbba1ca123023b0e0db9cf84743ec97f7a.tar.xz
main/gphoto2: upgrade to 2.5.23
Diffstat (limited to 'main/gphoto2')
-rw-r--r--main/gphoto2/APKBUILD15
1 files changed, 9 insertions, 6 deletions
diff --git a/main/gphoto2/APKBUILD b/main/gphoto2/APKBUILD
index 074612b2ba..ff21c29b17 100644
--- a/main/gphoto2/APKBUILD
+++ b/main/gphoto2/APKBUILD
@@ -1,18 +1,16 @@
-# Contributor:
+# Contributor: Leo <thinkabit.ukim@gmail.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=gphoto2
-pkgver=2.5.15
+pkgver=2.5.23
pkgrel=0
pkgdesc="Commandline utilities for accessing cameras"
url="http://www.gphoto.org/"
arch="all"
-license="GPL"
+license="LGPL-2.1-or-later"
makedepends="libgphoto2-dev popt-dev gettext-dev libjpeg-turbo-dev libtool"
subpackages="$pkgname-lang $pkgname-doc"
source="https://sourceforge.net/projects/gphoto/files/gphoto/$pkgver/gphoto2-$pkgver.tar.bz2"
-builddir="$srcdir/$pkgname-$pkgver"
-
build() {
cd "$builddir"
./configure \
@@ -26,9 +24,14 @@ build() {
make
}
+check() {
+ cd "$builddir"
+ make check
+}
+
package() {
cd "$builddir"
make DESTDIR="$pkgdir" install
}
-sha512sums="46058a12a81379f3311911e103cf934b6eb616d7f81180615b385d01e855bf6ce998eb12811b9d032328ebed6acfc4456f3a383cfedb93c6967c9699654d4f40 gphoto2-2.5.15.tar.bz2"
+sha512sums="b5cea3008b5b9de93444fa25b11eab13155d479896920275caada123e0578ed3f84f9b15fe82406c332e64955ba075b642341d88e20a2ee78b42991890bca86b gphoto2-2.5.23.tar.bz2"