wok annotate cups-dev/receipt @ rev 17143

Add eudev and devel.
author necrophcodr <tcg.thegamer@gmail.com>
date Wed Sep 10 12:01:22 2014 +0200 (2014-09-10)
parents a6452de6a141
children 7937664be9cc
rev   line source
erjo@663 1 # SliTaz package receipt."
erjo@663 2
erjo@663 3 PACKAGE="cups-dev"
slaxemulator@14626 4 VERSION="1.6.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 }