wok-next diff texinfo/receipt @ rev 20474

Tiny edits... (again)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Mar 10 17:39:42 2018 +0200 (2018-03-10)
parents b938e6730252
children e7a485521d6a
line diff
     1.1 --- a/texinfo/receipt	Thu Jun 22 20:59:17 2017 +0300
     1.2 +++ b/texinfo/receipt	Sat Mar 10 17:39:42 2018 +0200
     1.3 @@ -1,31 +1,28 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="texinfo"
     1.7 -VERSION="6.3"
     1.8 +VERSION="6.4"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="GNU documentation tools"
    1.11  MAINTAINER="rcx@zoominternet.net"
    1.12  LICENSE="GPL3"
    1.13  WEB_SITE="https://www.gnu.org/software/texinfo/"
    1.14 +LFS="http://www.linuxfromscratch.org/lfs/view/stable/chapter06/texinfo.html"
    1.15  
    1.16  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.17  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    1.18  
    1.19  BUILD_DEPENDS="perl-dev ncurses-dev gettext"
    1.20  
    1.21 -# Rules to configure and make the package.
    1.22 -compile_rules()
    1.23 -{
    1.24 +compile_rules() {
    1.25  	./configure \
    1.26  		--disable-static \
    1.27  		$CONFIGURE_ARGS &&
    1.28  	make && make install
    1.29  }
    1.30  
    1.31 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.32 -genpkg_rules()
    1.33 -{
    1.34 +genpkg_rules() {
    1.35  	copy @std @dev
    1.36  	DEPENDS="perl"
    1.37 -	TAGS="documentation"
    1.38 +	TAGS="LFS documentation"
    1.39  }