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

The rest of my "home work" for update many packages (up to Xorg, GTK and Openbox) for Next and mainly for Next64. Since this point this repository is open for commits. Many errors are expected due to harfbuzz-freetype dependency loop...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Feb 24 16:17:33 2018 +0200 (2018-02-24)
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	Sat Feb 24 16:17:33 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  }