wok-next view libcups/receipt @ rev 19709
Up at-spi2-atk, libpcap, nettle, readline, tiff, xcb-util* and 220 Perl packages (there are still about 20 left)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu May 11 02:23:02 2017 +0300 (2017-05-11) |
parents | 77dc6129b023 |
children | f463de72afe3 |
line source
1 # SliTaz package receipt.
3 PACKAGE="libcups"
4 VERSION="2.1.4"
5 CATEGORY="system-tools"
6 SHORT_DESC="Common UNIX Printing System (common libraries)"
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 cook_copy_files libcups.so*
19 }