wok view cups-doc/receipt @ rev 22147

updated xalan-c and xalan-c-dev (1.10.0 -> 1.11)
author Hans-G?nter Theisgen
date Wed Nov 06 16:26:14 2019 +0100 (2019-11-06)
parents 7a17da606074
children 091670bbc959
line source
1 # SliTaz package receipt.
3 PACKAGE="cups-doc"
4 VERSION="2.0.2"
5 CATEGORY="misc"
6 SHORT_DESC="Docs for cups"
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="GPL2 LGPL2"
9 WEB_SITE="https://www.cups.org/"
10 WANTED="cups"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/share
16 # We need the doc for CSS, images and help in the web interface.
17 cp -a $install/usr/share/doc $fs/usr/share
18 }