wok view nagios-dev/receipt @ rev 8980

Fix screen/screen-pam depends & config location
author Antoine Bodin <gokhlayeh@slitaz.org>
date Wed Mar 02 20:57:11 2011 +0100 (2011-03-02)
parents b4044080e3a4
children 129bb5b11a7e
line source
1 # SliTaz package receipt.
3 PACKAGE="nagios-dev"
4 VERSION="3.2.3"
5 CATEGORY="development"
6 SHORT_DESC="Nagios development files"
7 MAINTAINER="erjo@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
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 }