wok-next diff man-pages/receipt @ rev 21064

Up: cookutils (1113), iproute2 (4.19.0), libcap (2.26), meson (0.48.2), perl (5.28.1), procps-ng (3.3.15), psmisc (23.2), python3 (3.7.1), readline (7.0p5), util-linux (2.33); fix: grub2, gzip, m4
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Dec 05 18:07:35 2018 +0200 (2018-12-05)
parents 90a5eb560fd6
children
line diff
     1.1 --- a/man-pages/receipt	Wed Feb 21 19:48:17 2018 +0200
     1.2 +++ b/man-pages/receipt	Wed Dec 05 18:07:35 2018 +0200
     1.3 @@ -8,15 +8,14 @@
     1.4  LICENSE="unknown"
     1.5  WEB_SITE="https://www.kernel.org/doc/man-pages/"
     1.6  LFS="http://www.linuxfromscratch.org/lfs/view/stable/chapter06/man-pages.html"
     1.7 +HOST_ARCH="any"
     1.8  
     1.9  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.10  WGET_URL="https://www.kernel.org/pub/linux/docs/man-pages/$TARBALL"
    1.11  
    1.12 +COPY_std="man/"
    1.13 +TAGS_std="LFS"
    1.14 +
    1.15  compile_rules() {
    1.16  	make DESTDIR=$install install
    1.17  }
    1.18 -
    1.19 -genpkg_rules() {
    1.20 -	copy man/
    1.21 -	TAGS="LFS"
    1.22 -}