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

Remove mesa-dri-ati, mesa-dri-intel, mesa-dri-nouveau, mesa-dri-vmwgfx -> mesa-dri. Split llvm. Up/add xorg apps and some other stuff.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Feb 22 03:43:01 2017 +0200 (2017-02-22)
parents 10e3347b5a0d
children 9a17d981d0f7
rev   line source
al@19300 1 # SliTaz package receipt.
al@19300 2
al@19300 3 PACKAGE="man-pages"
al@19570 4 VERSION="4.07"
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@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 }