wok annotate cups-dev/receipt @ rev 18157

Up: tazlito (386), slitaz-base-files (278)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sun Jun 21 23:00:51 2015 +0300 (2015-06-21)
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 }