wok-6.x view libcups/receipt @ rev 21217
updated scim-tables* (0.5.9 -> 0.5.14.1)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Apr 09 17:52:52 2019 +0100 (2019-04-09) |
parents | 77dc6129b023 |
children | 091670bbc959 |
line source
1 # SliTaz package receipt.
3 PACKAGE="libcups"
4 VERSION="2.0.2"
5 CATEGORY="system-tools"
6 SHORT_DESC="Common UNIX Printing System."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2 LGPL2"
9 WEB_SITE="https://www.cups.org/"
10 TAGS="printer printing"
12 WANTED="cups"
13 DEPENDS="libgnutls zlib"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib
19 cp -a $install/usr/lib/libcups.so* $fs/usr/lib
20 }