wok-6.x diff cups-doc/receipt @ rev 22625
updated cyrus-imapd and cyrus-impad-dev (2.4.17 -> 3.0.13)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Jan 12 16:58:49 2020 +0100 (2020-01-12) |
parents | a78610b2eb47 |
children | 92bbd9147f9b |
line diff
1.1 --- a/cups-doc/receipt Mon Jan 21 12:26:11 2019 +0100 1.2 +++ b/cups-doc/receipt Sun Jan 12 16:58:49 2020 +0100 1.3 @@ -1,12 +1,13 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="cups-doc" 1.7 -VERSION="2.0.2" 1.8 +VERSION="2.3.1" 1.9 CATEGORY="misc" 1.10 -SHORT_DESC="Docs for cups" 1.11 +SHORT_DESC="Documentation for cups." 1.12 MAINTAINER="slaxemulator@gmail.com" 1.13 LICENSE="GPL2 LGPL2" 1.14 WEB_SITE="https://www.cups.org/" 1.15 + 1.16 WANTED="cups" 1.17 1.18 # Rules to gen a SliTaz package suitable for Tazpkg. 1.19 @@ -14,5 +15,5 @@ 1.20 { 1.21 mkdir -p $fs/usr/share 1.22 # We need the doc for CSS, images and help in the web interface. 1.23 - cp -a $install/usr/share/doc $fs/usr/share 1.24 + cp -a $install/usr/share/doc $fs/usr/share 1.25 }