wok-next diff groff/receipt @ rev 20837

lua: add SHA1sum
author Erkan Yilmaz <erkan@slitaz.org>
date Sun Jun 17 19:28:49 2018 +0000 (2018-06-17)
parents f463de72afe3
children d5aab818505e
line diff
     1.1 --- a/groff/receipt	Sun Jun 18 04:38:10 2017 +0300
     1.2 +++ b/groff/receipt	Sun Jun 17 19:28:49 2018 +0000
     1.3 @@ -1,30 +1,28 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="groff"
     1.8  VERSION="1.22.3"
     1.9  CATEGORY="utilities"
    1.10 -SHORT_DESC="The GNU troff text-formatting system."
    1.11 +SHORT_DESC="The GNU troff text-formatting system"
    1.12  MAINTAINER="rocky@slitaz.org"
    1.13  LICENSE="GPL3"
    1.14  WEB_SITE="https://www.gnu.org/software/groff/"
    1.15 +LFS="http://www.linuxfromscratch.org/lfs/view/stable/chapter06/groff.html"
    1.16  
    1.17  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.18  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    1.19  
    1.20 -BUILD_DEPENDS="ghostscript perl texinfo"
    1.21 +BUILD_DEPENDS="perl texinfo" # ghostscript
    1.22  
    1.23 -# Rules to configure and make the package.
    1.24 -compile_rules()
    1.25 -{
    1.26 +compile_rules() {
    1.27  	PAGE=A4 ./configure \
    1.28  		--without-x \
    1.29  		$CONFIGURE_ARGS &&
    1.30 -	PATH=$PATH:$src/src/preproc/preconv make &&
    1.31 +	PATH=$PATH:$src/src/preproc/preconv make -j1 &&
    1.32  	make install
    1.33  }
    1.34  
    1.35 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.36 -genpkg_rules()
    1.37 -{
    1.38 +genpkg_rules() {
    1.39  	copy bin/ groff/
    1.40 +	TAGS="LFS"
    1.41  }