wok-current diff gifsicle/receipt @ rev 24197
updated perl-datetime-timezone (2.38 -> 2.51)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Dec 31 15:07:45 2021 +0100 (2021-12-31) |
parents | 1858d9c73b8c |
children | 453c249b6219 |
line diff
1.1 --- a/gifsicle/receipt Wed Mar 14 13:00:57 2018 +0100 1.2 +++ b/gifsicle/receipt Fri Dec 31 15:07:45 2021 +0100 1.3 @@ -1,19 +1,21 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="gifsicle" 1.7 -VERSION="1.91" 1.8 +VERSION="1.92" 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 LICENSE="GPL2" 1.13 +WEB_SITE="https://www.lcdf.org/gifsicle/" 1.14 + 1.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 -WEB_SITE="http://www.lcdf.org/~eddietwo/gifsicle/" 1.17 -WGET_URL="$WEB_SITE/$TARBALL" 1.18 +WGET_URL="${WEB_SITE}$TARBALL" 1.19 1.20 # Rules to configure and make the package. 1.21 compile_rules() 1.22 { 1.23 - ./configure --prefix=/usr \ 1.24 + ./configure \ 1.25 + --prefix=/usr \ 1.26 $CONFIGURE_ARGS && 1.27 make && 1.28 make DESTDIR=$DESTDIR install 1.29 @@ -23,5 +25,5 @@ 1.30 genpkg_rules() 1.31 { 1.32 mkdir -p $fs/usr 1.33 - cp -a $install/usr/bin $fs/usr 1.34 + cp -a $install/usr/bin $fs/usr 1.35 }