wok-next annotate cups-doc/receipt @ rev 19681

Up cookutils, cups, fontconfig, gtk+, ijs, paper-icon-theme, poppler, qpdf.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 07 17:30:10 2017 +0300 (2017-04-07)
parents 7a17da606074
children
rev   line source
slaxemulator@14621 1 # SliTaz package receipt.
slaxemulator@14621 2
slaxemulator@14621 3 PACKAGE="cups-doc"
al@19681 4 VERSION="2.1.4"
slaxemulator@14621 5 CATEGORY="misc"
al@19681 6 SHORT_DESC="Common UNIX Printing System (documentation)"
slaxemulator@14621 7 MAINTAINER="slaxemulator@gmail.com"
pascal@15198 8 LICENSE="GPL2 LGPL2"
al@19681 9 WEB_SITE="https://www.cups.org/"
al@19681 10
slaxemulator@14621 11 WANTED="cups"
slaxemulator@14621 12
slaxemulator@14621 13 # Rules to gen a SliTaz package suitable for Tazpkg.
slaxemulator@14621 14 genpkg_rules()
slaxemulator@14621 15 {
slaxemulator@14621 16 mkdir -p $fs/usr/share
slaxemulator@14621 17 # We need the doc for CSS, images and help in the web interface.
slaxemulator@14621 18 cp -a $install/usr/share/doc $fs/usr/share
slaxemulator@14621 19 }