wok-next annotate nagios-dev/receipt @ rev 18045

Add yad-html, write "provide" variables for yad-html, yad-gtk3.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed May 13 12:14:40 2015 +0300 (2015-05-13)
parents 3a89a3027164
children
rev   line source
erjo@8330 1 # SliTaz package receipt.
erjo@8330 2
erjo@8330 3 PACKAGE="nagios-dev"
erjo@14460 4 VERSION="3.5.0"
slaxemulator@8859 5 CATEGORY="development"
slaxemulator@8859 6 SHORT_DESC="Nagios development files"
erjo@8330 7 MAINTAINER="erjo@slitaz.org"
pascal@15584 8 LICENSE="GPL2"
erjo@8330 9 WEB_SITE="http://www.nagios.org/"
erjo@8330 10 WANTED="nagios"
erjo@8330 11
erjo@8330 12 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@8330 13 genpkg_rules()
erjo@8330 14 {
erjo@8330 15 mkdir -p $fs/usr
erjo@8330 16 cp -pa $src/include $fs/usr
erjo@8330 17 }
erjo@8330 18