wok-6.x view nagios-dev/receipt @ rev 20006
Add: description.txt :: Following the standardization of packages.
author | Leonardo Laporte <hackdorte@yandex.com> |
---|---|
date | Wed Aug 02 03:46:40 2017 -0300 (2017-08-02) |
parents | 3a89a3027164 |
children | 4ed9d8ca19d9 |
line source
1 # SliTaz package receipt.
3 PACKAGE="nagios-dev"
4 VERSION="3.5.0"
5 CATEGORY="development"
6 SHORT_DESC="Nagios development files"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://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 }