wok-current view cups-doc/receipt @ rev 14970
Up: firefox-langpack-pt_BR (17.0.8esr)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Thu Aug 08 22:20:02 2013 +0200 (2013-08-08) |
parents | d66c8cb687e8 |
children | 78cb1e930abd |
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 WEB_SITE="http://www.cups.org/"
9 WANTED="cups"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/share
15 # We need the doc for CSS, images and help in the web interface.
16 cp -a $install/usr/share/doc $fs/usr/share
17 }