mirror of
https://github.com/ipmitool/ipmitool.git
synced 2026-06-29 16:51:35 +00:00
automatically configure gnu tools for building if on solaris
update pkg tag for building solaris packages
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
7
ipmitool/control/prototype.in
Normal file
7
ipmitool/control/prototype.in
Normal 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
|
||||
Reference in New Issue
Block a user