wok annotate cups-doc/receipt @ rev 21763

busybox: enable CONFIG_FDISK_SUPPORT_LARGE_DISKS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 27 14:19:03 2019 +0200 (2019-06-27)
parents 7a17da606074
children 091670bbc959
rev   line source
slaxemulator@14621 1 # SliTaz package receipt.
slaxemulator@14621 2
slaxemulator@14621 3 PACKAGE="cups-doc"
mojo@17844 4 VERSION="2.0.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"
pascal@20669 9 WEB_SITE="https://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 }