wok view cndrvcups-common-dev/receipt @ rev 22666
updated easytag (2.2.6 -> 2.4.3)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jan 17 10:27:22 2020 +0100 (2020-01-17) |
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 }