wok-current view cups-doc/receipt @ rev 25695

Up linux 5.10.214, Patch xorg-server (CVE-2024-31080, CVE-2024-31081, CVE-2024-31082, CVE-2024-31083)
author Stanislas Leduc <shann@slitaz.org>
date Thu Apr 04 08:53:51 2024 +0000 (5 months ago)
parents 92bbd9147f9b
children
line source
1 # SliTaz package receipt.
3 PACKAGE="cups-doc"
4 VERSION="2.4.7"
5 CATEGORY="misc"
6 SHORT_DESC="Documentation for cups."
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 documentation for CSS, images and help in the web interface.
18 cp -a $install/usr/share/doc $fs/usr/share
19 }