wok diff gphoto2/receipt @ rev 24973

Up zsh (5.8.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun May 01 15:03:44 2022 +0000 (2022-05-01)
parents 932cd974e081
children 6b33f9da53d4
line diff
     1.1 --- a/gphoto2/receipt	Tue Feb 08 18:20:23 2022 +0000
     1.2 +++ b/gphoto2/receipt	Sun May 01 15:03:44 2022 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="gphoto2"
     1.7 -VERSION="2.5.23"
     1.8 +VERSION="2.5.28"
     1.9  CATEGORY="graphics"
    1.10  TAGS="camera photo"
    1.11  SHORT_DESC="Digital camera download and access program."
    1.12 @@ -9,6 +9,7 @@
    1.13  LICENSE="GPL2"
    1.14  WEB_SITE="http://www.gphoto.org" 
    1.15  
    1.16 +SUGGESTED="gphoto2-lang"
    1.17  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.18  WGET_URL="$SF_MIRROR/gphoto/$TARBALL"
    1.19  
    1.20 @@ -34,6 +35,5 @@
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.22  genpkg_rules()
    1.23  {
    1.24 -	mkdir -p $fs/usr/share
    1.25 -	cp -a $install/usr/bin	$fs/usr
    1.26 +	cook_copy_folders	bin
    1.27  }