wok-next view libcups/receipt @ rev 19715

Fix building: pciutils, pcmanfm-legacy, arj
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat May 13 17:25:31 2017 +0300 (2017-05-13)
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 }