wok annotate cups-dev/receipt @ rev 18897

syslinux/isohybrid.exe add -r support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 14 22:06:06 2016 +0100 (2016-02-14)
parents 78cb1e930abd
children a78610b2eb47
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"
erjo@663 10 WEB_SITE="http://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 }