wok-next view 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 source
1 # SliTaz package receipt v2.
3 PACKAGE="man-pages"
4 VERSION="$(. $WOK/linux/receipt; echo $KBASEVER)"
5 CATEGORY="doc"
6 SHORT_DESC="Linux manual pages"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="unknown"
9 WEB_SITE="https://www.kernel.org/doc/man-pages/"
10 LFS="http://www.linuxfromscratch.org/lfs/view/stable/chapter06/man-pages.html"
11 HOST_ARCH="any"
13 TARBALL="$PACKAGE-$VERSION.tar.xz"
14 WGET_URL="https://www.kernel.org/pub/linux/docs/man-pages/$TARBALL"
16 COPY_std="man/"
17 TAGS_std="LFS"
19 compile_rules() {
20 make DESTDIR=$install install
21 }