wok annotate man-pages/receipt @ rev 21877

Add libsodium & python-pynacl
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Sep 28 18:18:15 2019 +0200 (2019-09-28)
parents 86790a278e70
children 946395bda48c
rev   line source
al@19300 1 # SliTaz package receipt.
al@19300 2
al@19300 3 PACKAGE="man-pages"
Hans-G?nter@21417 4 VERSION="5.00"
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/"
Hans-G?nter@21417 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@19300 23 cp -a $install/* $fs
al@19300 24 }