wok view libcups/receipt @ rev 19101

Up vlc (2.2.3)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed May 04 10:51:05 2016 +0200 (2016-05-04)
parents 7a17da606074
children a78610b2eb47
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="http://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 }