wok rev 22875

updated gphoto2 (2.5.14 -> 2.5.23)
author Hans-G?nter Theisgen
date Fri Feb 21 17:50:13 2020 +0100 (2020-02-21)
parents b0c94f3ac5fd
children 66cf23307820
files gphoto2/receipt
line diff
     1.1 --- a/gphoto2/receipt	Fri Feb 21 17:41:08 2020 +0100
     1.2 +++ b/gphoto2/receipt	Fri Feb 21 17:50:13 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  }