wok annotate cups-dev/receipt @ rev 20669

Update some WEB_SITE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jan 21 12:26:11 2019 +0100 (2019-01-21)
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 }