wok diff gphoto2/receipt @ rev 23311
updated perl-datetime-format-strptime (1.56 -> 1.77)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Mar 30 14:47:03 2020 +0100 (2020-03-30) |
parents | 8897c7156a03 |
children | 932cd974e081 |
line diff
1.1 --- a/gphoto2/receipt Sun Jun 18 19:23:12 2017 +0200 1.2 +++ b/gphoto2/receipt Mon Mar 30 14:47:03 2020 +0100 1.3 @@ -1,29 +1,31 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="gphoto2" 1.7 -VERSION="2.5.14" 1.8 +VERSION="2.5.23" 1.9 CATEGORY="graphics" 1.10 -SHORT_DESC="digital camera download and access program" 1.11 +TAGS="camera photo" 1.12 +SHORT_DESC="Digital camera download and access program." 1.13 MAINTAINER="jozee@slitaz.org" 1.14 LICENSE="GPL2" 1.15 +WEB_SITE="http://www.gphoto.org" 1.16 + 1.17 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.18 -WEB_SITE="http://www.gphoto.org" 1.19 WGET_URL="$SF_MIRROR/gphoto/$TARBALL" 1.20 -TAGS="camera photo" 1.21 1.22 -DEPENDS="libexif jpeg libgphoto2 readline popt libltdl ncurses" 1.23 -BUILD_DEPENDS="jpeg-dev libgphoto2-dev readline readline-dev popt popt-dev \ 1.24 -libtool" 1.25 +DEPENDS="jpeg libexif libgphoto2 libltdl ncurses popt readline" 1.26 +BUILD_DEPENDS="jpeg-dev libgphoto2-dev libtool popt-dev readline-dev" 1.27 1.28 # Rules to configure and make the package. 1.29 compile_rules() 1.30 { 1.31 - ./configure $CONFIGURE_ARGS && make && make install 1.32 + ./configure $CONFIGURE_ARGS && 1.33 + make && 1.34 + make install 1.35 } 1.36 1.37 # Rules to gen a SliTaz package suitable for Tazpkg. 1.38 genpkg_rules() 1.39 { 1.40 mkdir -p $fs/usr/share 1.41 - cp -a $install/usr/bin $fs/usr 1.42 + cp -a $install/usr/bin $fs/usr 1.43 }