wok-next diff groff/receipt @ rev 21592

updated dkms (2.1.1.2 -> 2.8.2)
author Hans-G?nter Theisgen
date Wed Jun 24 07:35:54 2020 +0100 (2020-06-24)
parents d5aab818505e
children
line diff
     1.1 --- a/groff/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/groff/receipt	Wed Jun 24 07:35:54 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="groff"
     1.7 -VERSION="1.22.3"
     1.8 +VERSION="1.22.4"
     1.9  CATEGORY="utilities"
    1.10  SHORT_DESC="The GNU troff text-formatting system"
    1.11  MAINTAINER="devel@slitaz.org"
    1.12 @@ -11,18 +11,14 @@
    1.13  
    1.14  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    1.16 +TARBALL_SHA1="2ce4ab107e3fab1414fef2c5b5312f562a4e4d35"
    1.17  
    1.18  BUILD_DEPENDS="perl texinfo" # ghostscript
    1.19  
    1.20 +TAGS="LFS"
    1.21 +
    1.22  compile_rules() {
    1.23 -	PAGE=A4 ./configure \
    1.24 -		--without-x \
    1.25 -		$CONFIGURE_ARGS &&
    1.26 -	PATH=$PATH:$src/src/preproc/preconv make -j1 &&
    1.27 +	PAGE=A4 ./configure $CONFIGURE_ARGS &&
    1.28 +	make -j1 &&
    1.29  	make install
    1.30  }
    1.31 -
    1.32 -genpkg_rules() {
    1.33 -	copy bin/ groff/
    1.34 -	TAGS="LFS"
    1.35 -}