Search Criteria
Package Details: ipmicfg 1.32.0-200910
Git Clone URL: | https://aur.archlinux.org/ipmicfg.git (read-only, click to copy) |
---|---|
Package Base: | ipmicfg |
Description: | Supermicro IPMI configuration tool |
Upstream URL: | http://www.supermicro.com/products/nfo/ipmi.cfm |
Licenses: | |
Submitter: | quartz64 |
Maintainer: | gsgleason |
Last Packager: | gsgleason |
Votes: | 9 |
Popularity: | 0.000000 |
First Submitted: | 2011-11-29 12:04 |
Last Updated: | 2020-12-17 23:17 |
Latest Comments
« First ‹ Previous 1 2
ImNtReal commented on 2016-12-16 03:17
Other than /opt/ipmicfg/IPMICFG-Linux.x86_64, that's just how they come. I doubt the .dat files need to be.
freswa commented on 2016-12-16 01:32
Is there any reason why those files are executable by other?
/opt/ipmicfg/GenEvt.dat
/opt/ipmicfg/MBType.dat
/opt/ipmicfg/MRCCode.dat
/opt/ipmicfg/SpecEvt1.dat
/opt/ipmicfg/SpecEvt2.dat
/opt/ipmicfg/SpecEvt3.dat
/opt/ipmicfg/SpecEvt4.dat
/opt/ipmicfg/SpecEvt5.dat
/opt/ipmicfg/IPMICFG-Linux.x86_64
webdawg commented on 2016-10-01 14:35
# Maintainer: Dmitry Nosachev <quartz64@gmail.com>
# Contributor: Dmitry Nosachev <quartz64@gmail.com>
# Contributor: Web Dawg <webdawg@gmail.com>
pkgname=ipmicfg
_pkgnamecaps=IPMICFG
pkgver=1.24.1_build.160222
pkgrel=1
pkgdesc="Supermicro IPMI configuration tool"
makedepends=('unzip')
depends=("glibc")
arch=('x86_64' 'i686')
license=('custom:"Super Micro Computer"')
url="http://www.supermicro.com/products/nfo/ipmi.cfm"
source=("ftp://ftp.supermicro.com/utility/IPMICFG/${_pkgnamecaps}_${pkgver}.zip")
sha256sums=('469aea7f450f35e0e24c57766b44eacfa8ff68ed30c9be42db5eeaf8c796075f')
package() {
cd ${srcdir}/${_pkgnamecaps}_${pkgver}/Linux
mkdir -p ${pkgdir}/opt
mkdir -p ${pkgdir}/usr/bin
if [ "${CARCH}" = "x86_64" ]; then
cp -rf 64bit ${pkgdir}/opt/${pkgname}
chmod a+rx ${pkgdir}/opt/${pkgname}/${_pkgnamecaps}-Linux.x86_64
ln -s /opt/${pkgname}/${_pkgnamecaps}-Linux.x86_64 ${pkgdir}/usr/bin/ipmicfg
elif [ "${CARCH}" = "i686" ]; then
cp -rf 32bit ${pkgdir}/opt/${pkgname}
chmod a+rx ${pkgdir}/opt/${pkgname}/${_pkgnamecaps}-Linux.x86
ln -s /opt/${pkgname}/${_pkgnamecaps}-Linux.x86 ${pkgdir}/usr/bin/ipmicfg
fi
}
tigran commented on 2016-02-14 13:17
It just needs to update the version to 1.23.0_general_20151106 and sha256 sum to d393f6c0dbf44cdd20b7dd7905b844a5407cb35dcca77597bc90df4e518a39e5 in PKGBUILD
ImNtReal commented on 2014-05-16 15:34
Note that Super Micro has changed the version numbering on this, so it might show up as older.
ImNtReal commented on 2014-05-13 17:39
If you will disown this, I will update it.
ImNtReal commented on 2014-04-09 15:28
As far as I can tell, this is now the newest version: ipmicfg_1.14.3_20130725.zip. I have a PKGBUILD for it that at least builds and installs: http://pastebin.com/PUK3NXXJ
becatlibra commented on 2012-09-28 13:19
Needs to be updated...
ftp://ftp.supermicro.com/utility/IPMICFG/ipmicfg_integration_1.02.zip
45b009701999f02bbc6b36291f42fa7c
'install' will need to be updated as the paths are different as well