wok-next diff man-pages/receipt @ rev 21207
try to build asterisk again
author | Hans-G?nter Theisgen |
---|---|
date | Mon Dec 02 09:52:22 2019 +0100 (2019-12-02) |
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 Mon Dec 02 09:52:22 2019 +0100 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 -}