diff options
author | Jeremy T. Bouse <undrgrid@users.sourceforge.net> | 2003-03-23 07:01:20 (GMT) |
---|---|---|
committer | Jeremy T. Bouse <undrgrid@users.sourceforge.net> | 2003-03-23 07:01:20 (GMT) |
commit | 739ea144d276ca475730d0c928ed9fd82f3cba03 (patch) | |
tree | 58fad2d7ab1427e06150c53cdcb3e41a5d03f9f5 /pkg/solaris/pkginfo.in | |
parent | c9d73535b59fef3056c65c3be6e1e18e4509629a (diff) | |
download | monitoring-plugins-739ea144d276ca475730d0c928ed9fd82f3cba03.tar.gz |
Solaris package build system
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@449 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'pkg/solaris/pkginfo.in')
-rw-r--r-- | pkg/solaris/pkginfo.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pkg/solaris/pkginfo.in b/pkg/solaris/pkginfo.in new file mode 100644 index 0000000..be4b97f --- /dev/null +++ b/pkg/solaris/pkginfo.in | |||
@@ -0,0 +1,12 @@ | |||
1 | PKG="NPDTplugins" | ||
2 | NAME="nagiosplugins" | ||
3 | DESC="Nagios network monitoring plugins" | ||
4 | ARCH="@PKG_ARCH@" | ||
5 | VERSION="@PACKAGE_VERSION@,REV=@REV_DATESTAMP@" | ||
6 | CATEGORY="application" | ||
7 | VENDOR="Nagios Plugin Development Team" | ||
8 | EMAIL="nagiosplug-devel@lists.sourceforge.net" | ||
9 | PSTAMP="sfw@REV_TIMESTAMP@" | ||
10 | BASEDIR="/usr/local" | ||
11 | CLASSES="none" | ||
12 | |||