wok view cups-dev/receipt @ rev 22840

Up cryptsetup (2.3.0, supports the BitLocker format)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 12 11:04:59 2020 +0100 (2020-02-12)
parents a78610b2eb47
children 92bbd9147f9b
line source
1 # SliTaz package receipt."
3 PACKAGE="cups-dev"
4 VERSION="2.3.1"
5 CATEGORY="development"
6 SHORT_DESC="Common UNIX Printing System - development files."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2 LGPL2"
9 WEB_SITE="https://www.cups.org/"
11 DEPENDS="cups"
12 WANTED="cups"
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
18 cp -a $install/usr/include $fs/usr
19 cp -a $install/usr/lib/*.*a $fs/usr/lib
20 }