wok diff Geomyidae/receipt @ rev 20257

Add giflossy
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 13 23:27:32 2018 +0100 (2018-03-13)
parents 45507bfb2b0d
children c66922837e6c
line diff
     1.1 --- a/Geomyidae/receipt	Mon Jul 04 00:54:49 2016 +0300
     1.2 +++ b/Geomyidae/receipt	Tue Mar 13 23:27:32 2018 +0100
     1.3 @@ -8,8 +8,8 @@
     1.4  LICENSE="MIT"
     1.5  SOURCE="geomyidae"
     1.6  TARBALL="$SOURCE-$VERSION.tar.gz"
     1.7 -WEB_SITE="http://www.r-36.net"
     1.8 -WGET_URL="$WEB_SITE/src/$PACKAGE/$TARBALL"
     1.9 +WEB_SITE="http://www.r-36.net/"
    1.10 +WGET_URL="${WEB_SITE}src/$PACKAGE/$TARBALL"
    1.11  
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()
    1.14 @@ -18,8 +18,6 @@
    1.15  	sed -i 's|/man/|/share&|' $src/Makefile
    1.16  
    1.17  	make && make DESTDIR=$DESTDIR install
    1.18 -
    1.19 -	cook_compress_manpages
    1.20  }
    1.21  
    1.22  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.23 @@ -29,4 +27,3 @@
    1.24  	cp -a $src/index.gph $fs/var/gopher/
    1.25  	cp -a $install/usr/bin $fs/usr
    1.26  }
    1.27 -