wok-current view cups-dev/receipt @ rev 24454

gnustep-back: added dependency icu
author Hans-G?nter Theisgen
date Wed Feb 16 07:53:02 2022 +0100 (2022-02-16)
parents 091670bbc959
children a23978bfa665
line source
1 # SliTaz package receipt."
3 PACKAGE="cups-dev"
4 VERSION="2.4.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 cook_copy_folders include
17 cook_copy_files *.*a
18 }