wok annotate cups-dev/receipt @ rev 21849

updated rsnapshot again (1.3.1 -> 1.4.2)
author Hans-G?nter Theisgen
date Sun Sep 15 15:16:26 2019 +0100 (2019-09-15)
parents 7937664be9cc
children 091670bbc959
rev   line source
erjo@663 1 # SliTaz package receipt."
erjo@663 2
erjo@663 3 PACKAGE="cups-dev"
mojo@17822 4 VERSION="2.0.2"
rcx@3802 5 CATEGORY="development"
erjo@663 6 SHORT_DESC="Common UNIX Printing System dev files."
erjo@784 7 MAINTAINER="erjo@slitaz.org"
pascal@15198 8 LICENSE="GPL2 LGPL2"
erjo@663 9 WANTED="cups"
pascal@20669 10 WEB_SITE="https://www.cups.org/"
erjo@663 11
pascal@15198 12 DEPENDS="cups"
pascal@15198 13
erjo@663 14 genpkg_rules()
erjo@663 15 {
erjo@663 16 mkdir -p $fs/usr/lib
slaxemulator@14621 17 cp -a $install/usr/include $fs/usr
slaxemulator@14621 18 cp -a $install/usr/lib/*.*a $fs/usr/lib
erjo@663 19 }