wok annotate libcups/receipt @ rev 23945

Up slitaz-base-files (342)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Sep 18 18:47:32 2020 +0000 (2020-09-18)
parents a78610b2eb47
children 92bbd9147f9b
rev   line source
erjo@14819 1 # SliTaz package receipt.
erjo@14819 2
erjo@14819 3 PACKAGE="libcups"
Hans-G?nter@22620 4 VERSION="2.3.1"
erjo@14819 5 CATEGORY="system-tools"
Hans-G?nter@22620 6 TAGS="printer printing"
Hans-G?nter@22620 7 SHORT_DESC="Common UNIX Printing System - libraries."
erjo@14819 8 MAINTAINER="erjo@slitaz.org"
pascal@15198 9 LICENSE="GPL2 LGPL2"
pascal@20669 10 WEB_SITE="https://www.cups.org/"
erjo@14819 11
Hans-G?nter@22620 12 DEPENDS="libgnutls zlib"
al@18716 13 WANTED="cups"
erjo@14819 14
erjo@14819 15 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@14819 16 genpkg_rules()
erjo@14819 17 {
pascal@17533 18 mkdir -p $fs/usr/lib
Hans-G?nter@22620 19 cp -a $install/usr/lib/libcups.so* $fs/usr/lib
erjo@14819 20 }