wok annotate cups-doc/receipt @ rev 15481

Add memtester
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Nov 10 15:03:57 2013 +0000 (2013-11-10)
parents a6452de6a141
children 7a17da606074
rev   line source
slaxemulator@14621 1 # SliTaz package receipt.
slaxemulator@14621 2
slaxemulator@14621 3 PACKAGE="cups-doc"
slaxemulator@14626 4 VERSION="1.6.2"
slaxemulator@14621 5 CATEGORY="misc"
slaxemulator@14621 6 SHORT_DESC="Docs for cups"
slaxemulator@14621 7 MAINTAINER="slaxemulator@gmail.com"
pascal@15198 8 LICENSE="GPL2 LGPL2"
slaxemulator@14621 9 WEB_SITE="http://www.cups.org/"
slaxemulator@14621 10 WANTED="cups"
slaxemulator@14621 11
slaxemulator@14621 12 # Rules to gen a SliTaz package suitable for Tazpkg.
slaxemulator@14621 13 genpkg_rules()
slaxemulator@14621 14 {
slaxemulator@14621 15 mkdir -p $fs/usr/share
slaxemulator@14621 16 # We need the doc for CSS, images and help in the web interface.
slaxemulator@14621 17 cp -a $install/usr/share/doc $fs/usr/share
slaxemulator@14621 18 }