wok view cndrvcups-common-dev/receipt @ rev 22069

updated firefox-official packages (69.0 -> 70.0)
author Hans-G?nter Theisgen
date Fri Oct 25 15:20:25 2019 +0100 (2019-10-25)
parents c1e059ce9a05
children 599ac1affa58
line source
1 # SliTaz package receipt.
3 PACKAGE="cndrvcups-common-dev"
4 VERSION="1.80"
5 CATEGORY="development"
6 SHORT_DESC="cndrvcups-common devel file"
7 MAINTAINER="jozee@slitaz.org"
8 LICENSE="other"
9 WANTED="cndrvcups-common"
10 SOURCE="ufr2linuxv180"
11 WEB_SITE="http://www.service.canon.com.au/drivers/files/"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 cp -a $install/usr/include $fs/usr
18 cp -a $install/usr/lib/*.a $fs/usr/lib
19 }