wok-next annotate man-pages/receipt @ rev 20301

Up gnustep-gui, gnustep-back (0.25.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Nov 10 08:30:49 2017 +0100 (2017-11-10)
parents cbca1c858654
children 90a5eb560fd6
rev   line source
al@19745 1 # SliTaz package receipt v2.
al@19300 2
al@19300 3 PACKAGE="man-pages"
al@19745 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@19636 8 LICENSE="unknown"
al@19570 9 WEB_SITE="https://www.kernel.org/doc/man-pages/"
al@19745 10
al@19300 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@19300 12 WGET_URL="https://www.kernel.org/pub/linux/docs/man-pages/$TARBALL"
al@19300 13
al@19300 14 # Rules to configure and make the package.
al@19300 15 compile_rules()
al@19300 16 {
al@19300 17 make DESTDIR=$install install
al@19300 18 }
al@19300 19
al@19300 20 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19300 21 genpkg_rules()
al@19300 22 {
al@19745 23 copy man/
al@19300 24 }