wok annotate man-pages/receipt @ rev 20167

Up smtube, smplayer (18.1.0)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Thu Jan 11 13:05:26 2018 +0100 (2018-01-11)
parents 552e532e33c6
children 86790a278e70
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"
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 }