wok view nagios-dev/receipt @ rev 21459

ttf-dejavu*: update web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Apr 30 09:31:34 2019 +0200 (2019-04-30)
parents 4ed9d8ca19d9
children baf354e69dbb
line source
1 # SliTaz package receipt.
3 PACKAGE="nagios-dev"
4 VERSION="3.5.1"
5 CATEGORY="development"
6 SHORT_DESC="Nagios development files"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.nagios.org/"
10 WANTED="nagios"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr
16 cp -pa $src/include $fs/usr
17 }