wok-next diff perl-texi2html/receipt @ rev 20831

Remove lz4c
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jun 15 14:58:21 2018 +0200 (2018-06-15)
parents bc6672455954
children
line diff
     1.1 --- a/perl-texi2html/receipt	Thu Jun 15 02:59:24 2017 +0300
     1.2 +++ b/perl-texi2html/receipt	Fri Jun 15 14:58:21 2018 +0200
     1.3 @@ -1,7 +1,6 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="perl-texi2html"
     1.8 -SOURCE="texi2html"
     1.9  VERSION="1.82"
    1.10  CATEGORY="utilities"
    1.11  SHORT_DESC="Converts texinfo documents to HTML"
    1.12 @@ -9,22 +8,18 @@
    1.13  LICENSE="GPL2"
    1.14  WEB_SITE="http://www.nongnu.org/texi2html/"
    1.15  
    1.16 -TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.17 -WGET_URL="http://download.savannah.gnu.org/releases/$SOURCE/$TARBALL"
    1.18 +TARBALL="texi2html-$VERSION.tar.bz2"
    1.19 +WGET_URL="http://download.savannah.gnu.org/releases/texi2html/$TARBALL"
    1.20  
    1.21 -DEPENDS="perl"
    1.22  BUILD_DEPENDS="perl"
    1.23  
    1.24 -# Rules to configure and make the package.
    1.25 -compile_rules()
    1.26 -{
    1.27 -	./configure $CONFIGURE_ARGS && make && make install
    1.28 +compile_rules() {
    1.29 +	./configure $CONFIGURE_ARGS && make && make install || return 1
    1.30  
    1.31  	sed -i 's|bin/env perl|bin/perl|' $install/usr/bin/texi2html
    1.32  }
    1.33  
    1.34 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.35 -genpkg_rules()
    1.36 -{
    1.37 +genpkg_rules() {
    1.38  	copy @std
    1.39 +	DEPENDS="perl"
    1.40  }