automatically configure gnu tools for building if on solaris

update pkg tag for building solaris packages
This commit is contained in:
Duncan Laurie
2004-04-12 05:35:50 +00:00
parent 94ea137687
commit 3b58655b89
7 changed files with 45 additions and 26 deletions

View File

@@ -34,6 +34,6 @@
MAINTAINERCLEANFILES = Makefile.in
EXTRA_DIST = pkginfo.in prototype
EXTRA_DIST = pkginfo.in prototype.in
dist-hook: pkginfo
dist-hook: pkginfo prototype

View File

@@ -1,4 +1,4 @@
PKG="SUNW@IPMITOOL_BIN@"
PKG="@IPMITOOL_BIN@"
NAME="@IPMITOOL_BIN@ - Utility for IPMI control"
ARCH="@ARCH@"
VERSION="@VERSION@"
@@ -6,5 +6,5 @@ CATEGORY="system"
VENDOR="Duncan Laurie"
EMAIL="duncan@sun.com"
PSTAMP="@PSTAMP@"
BASEDIR="/"
BASEDIR="@BASEDIR@"
CLASSES="none"

View File

@@ -1,6 +0,0 @@
i pkginfo
d none usr 0755 root sys
d none usr/bin 0755 root bin
f none usr/bin/ipmiadm 0755 root bin
d none usr/man/man1 0755 root bin
f none usr/man/man1/ipmiadm.1 0644 root bin

View File

@@ -0,0 +1,7 @@
i pkginfo
d none bin ? ? ?
f none bin/@IPMITOOL_BIN@=../src/@IPMITOOL_BIN@ 0755 root bin
d none share ? ? ?
d none share/man ? ? ?
d none share/man/man1 ? ? ?
f none share/man/man1/@IPMITOOL_BIN@.1=../doc/ipmitool.1 0644 root bin