wok-next annotate 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 |
rev | line source |
---|---|
erjo@14819 | 1 # SliTaz package receipt. |
erjo@14819 | 2 |
erjo@14819 | 3 PACKAGE="libcups" |
al@19681 | 4 VERSION="2.1.4" |
erjo@14819 | 5 CATEGORY="system-tools" |
al@19681 | 6 SHORT_DESC="Common UNIX Printing System (common libraries)" |
erjo@14819 | 7 MAINTAINER="erjo@slitaz.org" |
pascal@15198 | 8 LICENSE="GPL2 LGPL2" |
al@19681 | 9 WEB_SITE="https://www.cups.org/" |
erjo@14819 | 10 TAGS="printer printing" |
erjo@14819 | 11 |
al@18716 | 12 WANTED="cups" |
al@18716 | 13 DEPENDS="libgnutls zlib" |
erjo@14819 | 14 |
erjo@14819 | 15 # Rules to gen a SliTaz package suitable for Tazpkg. |
erjo@14819 | 16 genpkg_rules() |
erjo@14819 | 17 { |
al@19681 | 18 cook_copy_files libcups.so* |
erjo@14819 | 19 } |