# HG changeset patch # User Hans-G?nter Theisgen # Date 1646203929 -3600 # Node ID 0a4466bbdeb0df46a1c22ba232f10797accba724 # Parent 8691816c33c57043a0aae4e32d4bccc2c852e96c updated gifsicle (1.92 -> 1.93) diff -r 8691816c33c5 -r 0a4466bbdeb0 gifsicle/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gifsicle/description.txt Wed Mar 02 07:52:09 2022 +0100 @@ -0,0 +1,2 @@ +Gifsicle is a command-line tool for creating, editing, and getting +information about GIF images and animations. diff -r 8691816c33c5 -r 0a4466bbdeb0 gifsicle/receipt --- a/gifsicle/receipt Wed Mar 02 07:43:51 2022 +0100 +++ b/gifsicle/receipt Wed Mar 02 07:52:09 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="gifsicle" -VERSION="1.92" +VERSION="1.93" CATEGORY="graphics" SHORT_DESC="A command-line tool for creating, editing, and getting information about GIF." MAINTAINER="pascal.bellard@slitaz.org" @@ -31,6 +31,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr - cp -a $install/usr/bin $fs/usr + cook_copy_folders bin }