wok view cups-dev/receipt @ rev 21891

updated screenlets (0.1.6 -> 0.1.7)
author Hans-G?nter Theisgen
date Thu Oct 03 11:24:20 2019 +0100 (2019-10-03)
parents 7937664be9cc
children 091670bbc959
line source
1 # SliTaz package receipt."
3 PACKAGE="cups-dev"
4 VERSION="2.0.2"
5 CATEGORY="development"
6 SHORT_DESC="Common UNIX Printing System dev files."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2 LGPL2"
9 WANTED="cups"
10 WEB_SITE="https://www.cups.org/"
12 DEPENDS="cups"
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 }