wok rev 24601

updated gifsicle (1.92 -> 1.93)
author Hans-G?nter Theisgen
date Wed Mar 02 07:52:09 2022 +0100 (2022-03-02)
parents 8691816c33c5
children 2ba3c02cf43f
files gifsicle/description.txt gifsicle/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gifsicle/description.txt	Wed Mar 02 07:52:09 2022 +0100
     1.3 @@ -0,0 +1,2 @@
     1.4 +Gifsicle is a command-line tool for creating, editing, and getting
     1.5 +information about GIF images and animations.
     2.1 --- a/gifsicle/receipt	Wed Mar 02 07:43:51 2022 +0100
     2.2 +++ b/gifsicle/receipt	Wed Mar 02 07:52:09 2022 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="gifsicle"
     2.7 -VERSION="1.92"
     2.8 +VERSION="1.93"
     2.9  CATEGORY="graphics"
    2.10  SHORT_DESC="A command-line tool for creating, editing, and getting information about GIF."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
    2.12 @@ -31,6 +31,5 @@
    2.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.14  genpkg_rules()
    2.15  {
    2.16 -	mkdir -p $fs/usr
    2.17 -	cp -a $install/usr/bin	$fs/usr
    2.18 +	cook_copy_folders	bin
    2.19  }