wok annotate man-pages/receipt @ rev 19361

Up tazpkg (919)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Aug 03 08:46:48 2016 +0200 (2016-08-03)
parents
children 552e532e33c6
rev   line source
al@19300 1 # SliTaz package receipt.
al@19300 2
al@19300 3 PACKAGE="man-pages"
al@19300 4 VERSION="4.06"
al@19300 5 CATEGORY="doc"
al@19300 6 SHORT_DESC="Linux manual pages"
al@19300 7 MAINTAINER="al.bobylev@gmail.com"
al@19300 8 LICENSE=""
al@19300 9 WEB_SITE="http://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 }