wok view cups-doc/receipt @ rev 17317

Add tix
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Nov 04 08:58:28 2014 +0100 (2014-11-04)
parents a6452de6a141
children 7a17da606074
line source
1 # SliTaz package receipt.
3 PACKAGE="cups-doc"
4 VERSION="1.6.2"
5 CATEGORY="misc"
6 SHORT_DESC="Docs for cups"
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="GPL2 LGPL2"
9 WEB_SITE="http://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 }