wok-6.x view cndrvcups-common-dev/receipt @ rev 24572
updated freetds and freetds-dev (1.1.24 -> 1.3.9)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Feb 27 07:32:20 2022 +0100 (2022-02-27) |
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 }