wok annotate cndrvcups-common-dev/receipt @ rev 20256

Add tlp
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 13 23:01:20 2018 +0100 (2018-03-13)
parents be3090d1feef
children 20661c276bcf
rev   line source
jozee@4555 1 # SliTaz package receipt.
jozee@4555 2
jozee@4555 3 PACKAGE="cndrvcups-common-dev"
jozee@4555 4 VERSION="1.80"
jozee@4555 5 CATEGORY="development"
jozee@4555 6 SHORT_DESC="cndrvcups-common devel file"
jozee@4555 7 MAINTAINER="jozee@slitaz.org"
pascal@15606 8 LICENSE="other"
jozee@4555 9 WANTED="cndrvcups-common"
jozee@4555 10 SOURCE="ufr2linuxv180"
jozee@4555 11 WEB_SITE="http://www.canon.com.au/pps/colour/imagepress_c1_drivers.aspx"
jozee@4555 12
jozee@4555 13 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@4555 14 genpkg_rules()
jozee@4555 15 {
pascal@9121 16 mkdir -p $fs/usr/lib
pascal@15071 17 cp -a $install/usr/include $fs/usr
pascal@15071 18 cp -a $install/usr/lib/*.a $fs/usr/lib
jozee@4555 19 }