wok-current rev 22846
updated gifsicle (1.91 -> 1.92)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Feb 15 15:33:13 2020 +0100 (2020-02-15) |
parents | 7fab01d460ad |
children | 1035f0e819bc |
files | gifsicle/receipt |
line diff
1.1 --- a/gifsicle/receipt Sat Feb 15 15:25:47 2020 +0100 1.2 +++ b/gifsicle/receipt Sat Feb 15 15:33:13 2020 +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 }