wok annotate man-pages/receipt @ rev 19649

syslinux/iso2exe: fix gzsize
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jan 22 14:07:37 2017 +0100 (2017-01-22)
parents 731400f60dfd
children 5e6810e4a860
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"
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 }