wok-next view man-pages/receipt @ rev 21338

OpenSSL 1.0.2t -> 1.0.2u: overflow bug CVE-2019-1551
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Dec 21 08:55:46 2019 +0000 (2019-12-21)
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 }