wok view man-pages/receipt @ rev 23193
Up php (7.3.16) CVE-2020-7064/7065/7066
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Mar 20 15:21:15 2020 +0100 (2020-03-20) |
parents | 1e04e0b693fc |
children | 71360a13cd94 |
line source
1 # SliTaz package receipt.
3 PACKAGE="man-pages"
4 VERSION="5.05"
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/"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="https://www.kernel.org/pub/linux/docs/man-pages/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 make DESTDIR=$install install
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 cp -a $install/* $fs
24 }