wok annotate cups-dev/receipt @ rev 24207

updated perl-file-basedir (0.03 -> 0.09)
author Hans-G?nter Theisgen
date Fri Dec 31 15:40:31 2021 +0100 (2021-12-31)
parents a78610b2eb47
children 92bbd9147f9b
rev   line source
erjo@663 1 # SliTaz package receipt."
erjo@663 2
erjo@663 3 PACKAGE="cups-dev"
Hans-G?nter@22620 4 VERSION="2.3.1"
rcx@3802 5 CATEGORY="development"
Hans-G?nter@22620 6 SHORT_DESC="Common UNIX Printing System - development files."
erjo@784 7 MAINTAINER="erjo@slitaz.org"
pascal@15198 8 LICENSE="GPL2 LGPL2"
pascal@20669 9 WEB_SITE="https://www.cups.org/"
erjo@663 10
pascal@15198 11 DEPENDS="cups"
Hans-G?nter@22620 12 WANTED="cups"
pascal@15198 13
erjo@663 14 genpkg_rules()
erjo@663 15 {
erjo@663 16 mkdir -p $fs/usr/lib
Hans-G?nter@22620 17
Hans-G?nter@22620 18 cp -a $install/usr/include $fs/usr
Hans-G?nter@22620 19 cp -a $install/usr/lib/*.*a $fs/usr/lib
erjo@663 20 }