wok diff cups-doc/receipt @ rev 14621
Up: cups to 1.6.1.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Jun 01 10:12:35 2013 +0000 (2013-06-01) |
parents | |
children | a6452de6a141 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/cups-doc/receipt Sat Jun 01 10:12:35 2013 +0000 1.3 @@ -0,0 +1,17 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="cups-doc" 1.7 +VERSION="1.6.1" 1.8 +CATEGORY="misc" 1.9 +SHORT_DESC="Docs for cups" 1.10 +MAINTAINER="slaxemulator@gmail.com" 1.11 +WEB_SITE="http://www.cups.org/" 1.12 +WANTED="cups" 1.13 + 1.14 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.15 +genpkg_rules() 1.16 +{ 1.17 + mkdir -p $fs/usr/share 1.18 + # We need the doc for CSS, images and help in the web interface. 1.19 + cp -a $install/usr/share/doc $fs/usr/share 1.20 +}