wok rev 21001
updated groff (1.21 -> 1.22.4)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Mar 08 14:45:38 2019 +0100 (2019-03-08) |
parents | bd7c9b9d8a98 |
children | e4f3b22f34db |
files | groff/receipt |
line diff
1.1 --- a/groff/receipt Fri Mar 08 14:25:24 2019 +0100 1.2 +++ b/groff/receipt Fri Mar 08 14:45:38 2019 +0100 1.3 @@ -1,13 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="groff" 1.7 -VERSION="1.21" 1.8 +VERSION="1.22.4" 1.9 CATEGORY="utilities" 1.10 +TAGS="formatting" 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/groff.html" 1.15 + 1.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.17 -WEB_SITE="http://www.gnu.org/software/groff/groff.html" 1.18 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 1.19 1.20 BUILD_DEPENDS="ghostscript" 1.21 @@ -15,20 +17,20 @@ 1.22 # Rules to configure and make the package. 1.23 compile_rules() 1.24 { 1.25 - cd $src 1.26 - touch doc/gnu.eps 1.27 - ./configure \ 1.28 - --without-x \ 1.29 - $CONFIGURE_ARGS && 1.30 - make && 1.31 - make install 1.32 + touch doc/gnu.eps 1.33 + 1.34 + ./configure \ 1.35 + --without-x \ 1.36 + $CONFIGURE_ARGS && 1.37 + make -j 1 && 1.38 + make install 1.39 } 1.40 1.41 # Rules to gen a SliTaz package suitable for Tazpkg. 1.42 genpkg_rules() 1.43 { 1.44 - mkdir -p $fs/usr/share 1.45 - cp -a $install/usr/bin $fs/usr 1.46 - cp -a $install/usr/lib $fs/usr 1.47 - cp -a $install/usr/share/groff $fs/usr/share 1.48 + mkdir -p $fs/usr/share 1.49 + cp -a $install/usr/bin $fs/usr 1.50 + cp -a $install/usr/lib $fs/usr 1.51 + cp -a $install/usr/share/groff $fs/usr/share 1.52 }