wok diff gifsicle/receipt @ rev 25465

Update some web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 01 08:33:11 2022 +0000 (19 months ago)
parents 453c249b6219
children
line diff
     1.1 --- a/gifsicle/receipt	Fri Feb 11 17:50:36 2022 +0000
     1.2 +++ b/gifsicle/receipt	Sat Oct 01 08:33:11 2022 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="gifsicle"
     1.7 -VERSION="1.92"
     1.8 +VERSION="1.93"
     1.9  CATEGORY="graphics"
    1.10  SHORT_DESC="A command-line tool for creating, editing, and getting information about GIF."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -31,6 +31,5 @@
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.14  genpkg_rules()
    1.15  {
    1.16 -	mkdir -p $fs/usr
    1.17 -	cp -a $install/usr/bin	$fs/usr
    1.18 +	cook_copy_folders	bin
    1.19  }