wok-next view 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
line source
1 # SliTaz package receipt.
3 PACKAGE="cups-doc"
4 VERSION="2.1.4"
5 CATEGORY="misc"
6 SHORT_DESC="Common UNIX Printing System (documentation)"
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="GPL2 LGPL2"
9 WEB_SITE="https://www.cups.org/"
11 WANTED="cups"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/share
17 # We need the doc for CSS, images and help in the web interface.
18 cp -a $install/usr/share/doc $fs/usr/share
19 }