wok view libcups/receipt @ rev 23665
updated squidclamav (6.10 -> 6.16)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Apr 24 08:33:32 2020 +0100 (2020-04-24) |
parents | a78610b2eb47 |
children | 92bbd9147f9b |
line source
1 # SliTaz package receipt.
3 PACKAGE="libcups"
4 VERSION="2.3.1"
5 CATEGORY="system-tools"
6 TAGS="printer printing"
7 SHORT_DESC="Common UNIX Printing System - libraries."
8 MAINTAINER="erjo@slitaz.org"
9 LICENSE="GPL2 LGPL2"
10 WEB_SITE="https://www.cups.org/"
12 DEPENDS="libgnutls zlib"
13 WANTED="cups"
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 }