wok annotate man-pages/receipt @ rev 21415

updated make (4.1 -> 4.2.1)
author Hans-G?nter Theisgen
date Tue Apr 23 17:28:22 2019 +0100 (2019-04-23)
parents 5e6810e4a860
children 1e04e0b693fc
rev   line source
al@19300 1 # SliTaz package receipt.
al@19300 2
al@19300 3 PACKAGE="man-pages"
devl547@19595 4 VERSION="4.09"
al@19300 5 CATEGORY="doc"
al@19300 6 SHORT_DESC="Linux manual pages"
al@19300 7 MAINTAINER="al.bobylev@gmail.com"
pascal@19678 8 LICENSE="unknown"
pascal@20421 9 WEB_SITE="https://www.kernel.org/doc/man-pages/"
al@19300 10 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@19300 11 WGET_URL="https://www.kernel.org/pub/linux/docs/man-pages/$TARBALL"
al@19300 12
al@19300 13 # Rules to configure and make the package.
al@19300 14 compile_rules()
al@19300 15 {
al@19300 16 make DESTDIR=$install install
al@19300 17 }
al@19300 18
al@19300 19 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19300 20 genpkg_rules()
al@19300 21 {
al@19300 22 cp -a $install/* $fs
al@19300 23 }