wok rev 24618

updated gphoto2 (2.5.23 -> 2.5.28)
author Hans-G?nter Theisgen
date Mon Mar 07 09:50:09 2022 +0100 (2022-03-07)
parents 63c8af9d3a64
children c8ffc905b350
files gphoto2-lang/receipt gphoto2/description.txt gphoto2/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gphoto2-lang/receipt	Mon Mar 07 09:50:09 2022 +0100
     1.3 @@ -0,0 +1,17 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="gphoto2-lang"
     1.7 +VERSION="2.5.28"
     1.8 +CATEGORY="localization"
     1.9 +SHORT_DESC="Digital camera download and access program - localised messages."
    1.10 +MAINTAINER="maintainer@slitaz.org"
    1.11 +LICENSE="GPL2"
    1.12 +WEB_SITE="http://www.gphoto.org"
    1.13 +
    1.14 +WANTED="gphoto2"
    1.15 +
    1.16 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.17 +genpkg_rules()
    1.18 +{
    1.19 +	cook_copy_folders	locale
    1.20 +}
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/gphoto2/description.txt	Mon Mar 07 09:50:09 2022 +0100
     2.3 @@ -0,0 +1,8 @@
     2.4 +GPhoto2 is a free, redistributable, ready to use set of digital camera
     2.5 +software applications for Unix-like systems, written by a whole team
     2.6 +of dedicated volunteers around the world.
     2.7 +It supports more than 2700 cameras and media players.
     2.8 +
     2.9 +Newer Libgphoto2 versions also support Media Transfer Protocol (MTP)
    2.10 +based media players since their communications protocol is based on
    2.11 +the Picture Transfer Protocol (PTP).
     3.1 --- a/gphoto2/receipt	Mon Mar 07 09:33:31 2022 +0100
     3.2 +++ b/gphoto2/receipt	Mon Mar 07 09:50:09 2022 +0100
     3.3 @@ -1,7 +1,7 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="gphoto2"
     3.7 -VERSION="2.5.23"
     3.8 +VERSION="2.5.28"
     3.9  CATEGORY="graphics"
    3.10  TAGS="camera photo"
    3.11  SHORT_DESC="Digital camera download and access program."
    3.12 @@ -9,6 +9,7 @@
    3.13  LICENSE="GPL2"
    3.14  WEB_SITE="http://www.gphoto.org" 
    3.15  
    3.16 +SUGGESTED="gphoto2-lang"
    3.17  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    3.18  WGET_URL="$SF_MIRROR/gphoto/$TARBALL"
    3.19  
    3.20 @@ -34,6 +35,5 @@
    3.21  # Rules to gen a SliTaz package suitable for Tazpkg.
    3.22  genpkg_rules()
    3.23  {
    3.24 -	mkdir -p $fs/usr/share
    3.25 -	cp -a $install/usr/bin	$fs/usr
    3.26 +	cook_copy_folders	bin
    3.27  }