wok view cups-dev/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
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 }