Search Criteria
Package Details: ipmiview 2.18.0-2
Git Clone URL: | https://aur.archlinux.org/ipmiview.git (read-only, click to copy) |
---|---|
Package Base: | ipmiview |
Description: | Supermicro IPMI tool |
Upstream URL: | http://www.supermicro.com/products/nfo/ipmi.cfm |
Keywords: | IPMI |
Licenses: | |
Submitter: | lepokle |
Maintainer: | zhimsel |
Last Packager: | zhimsel |
Votes: | 33 |
Popularity: | 0.059893 |
First Submitted: | 2011-01-02 09:49 |
Last Updated: | 2020-11-28 19:05 |
Dependencies (3)
- glibc (glibc-linux4, glibc-git, glibc-force-mmap, lib32-glibc-force-mmap, glibc-minimal-git)
- java-runtime=8 (jdk5, tuxjdk, jre7-openjdk-infinality, java-8-openjdk-shenandoah, jre8-openjdk-infinality, java-gcj-compat, jdk9, jre9, jdk-devel, jre10, jdk8-arm64, jdk6, jdk12-openj9-bin, zulu-12-bin, jre6, jre12, jdk8-openjdk-dcevm, jdk11-graalvm-ee-bin, server-jre, jdk8-arm, jdk13-openj9-bin, jdk9-openj9-bin, jdk10, jdk11-openjdk-dcevm, jre8-openjdk-jetbrains, jre8-openjdk-shenandoah, jdk10-openj9-bin, jdk14-openj9-bin, jdk7, jre7, jre14, jdk8-jetbrains, jdk7r1-j9-bin, jdk7-j9-bin, zulu-14-bin, zulu-13-bin, jdk-bcl, jre-bcl, amazon-corretto-15, jre-openj9, jdk11-openj9-bin, java-openjdk-bin, amazon-corretto-8, amazon-corretto-11, jdk11-openjdk-dcevm-conflicts-fixed, jre8, jdk8, jdk-openj9-bin, jre, jdk11-adoptopenjdk, jdk-adoptopenjdk, zulu-8-bin, zulu-11-bin, zulu-15-bin, liberica-jdk-11-bin, liberica-jdk-11-lite-bin, liberica-jre-11-full-bin, liberica-jdk-8-full-bin, liberica-jdk-full-bin, liberica-jdk-11-full-bin, liberica-jre-11-bin, liberica-jre-8-full-bin, zulu-embedded-jdk, jdk8-j9-bin, zulu-embedded-jdk11, jdk8-openj9-bin, zulu-embedded-jdk8, jre11, sapmachine-jdk-bin, jre11-jetbrains-imfix, jre-jetbrains, jdk11-graalvm-bin, jdk8-graalvm-bin, jre8-adoptopenjdk, java-openjdk-ea-bin, java-openjdk-loom-ea-bin, jdk-arm, jdk-jetbrains, jre-openjdk, jre11-openjdk, jre7-openjdk, jre8-openjdk)
- tar (tar-libarchive, tar-git, tar-parallel) (make)
Latest Comments
« First ‹ Previous ... 5 6 7 8 9 10
swdunlop commented on 2012-01-28 04:32
2.9.4 is out, updated PKGBUILD:
# Maintainer: Leo von Klenze <devel@leo.von-klenze.de>
pkgname=ipmiview
pkgver=2.9.4
_buildnr=111230
pkgrel=1
pkgdesc="IPMIView is a management software program based on the IPMI specification Reversion 1.5 - 2.0"
arch=('i686' 'x86_64')
url="ftp://ftp.supermicro.com/utility/IPMIView/Jar/"
license=('unknown')
depends=('java-environment')
source=("ftp://ftp.supermicro.com/utility/IPMIView/Jar/IPMIView20-Class_v${pkgver}_Build${_buildnr}.zip")
sha256sums=('8ae41f695c0e61473c1da30fc1ed782101f42ee84118b231822d67c34710bcf8')
build() {
mkdir -p ${pkgdir}/opt/IPMIView
mkdir -p ${pkgdir}/usr/bin
cd "${srcdir}"
cp * "${pkgdir}/opt/IPMIView"
rm "${pkgdir}/opt/IPMIView/IPMIView20-Class_v${pkgver}_Build${_buildnr}.zip"
chmod 644 "${pkgdir}/opt/IPMIView/"*
echo -e "#!/bin/sh\n\n"'mkdir -p ${HOME}/.IPMIView'"\n"'cd ${HOME}/.IPMIView'"\n\njava -Djava.library.path=/opt/IPMIView -jar /opt/IPMIView/IPMIView20.jar\n" > "${pkgdir}/opt/IPMIView/IPMIView20.sh"
chmod 755 "${pkgdir}/opt/IPMIView/IPMIView20.sh"
ln -s /opt/IPMIView/IPMIView20.sh "${pkgdir}/usr/bin/IPMIView"
}
Anonymous comment on 2011-03-14 19:21
2.7.20 is out, updated PKGBUILD:
pkgname=ipmiview
pkgver=2.7.20
pkgrel=1
_build=110125
pkgdesc="IPMIView is a management software program based on the IPMI specification Reversion 1.5 - 2.0"
arch=('i686' 'x86_64')
url="ftp://ftp.supermicro.com/utility/IPMIView/Jar/"
license=('unknown')
depends=('jre')
source=("ftp://ftp.supermicro.com/utility/IPMIView/Jar/IPMIView20-Class_v${pkgver}_Build${_build}.zip")
sha256sums=('327c92e5a442bdf2fe4b95e40c4e2b00abfbfad197d38e09a2efe390ebca20e9')
build() {
mkdir -p ${pkgdir}/opt/IPMIView
mkdir -p ${pkgdir}/usr/bin
cd "${srcdir}"
cp * "${pkgdir}/opt/IPMIView"
rm "${pkgdir}/opt/IPMIView/IPMIView20-Class_v${pkgver}_Build${_build}.zip"
chmod 644 "${pkgdir}/opt/IPMIView/"*
echo -e "#!/bin/sh\n\n"'mkdir -p ${HOME}/.IPMIView'"\n"'cd ${HOME}/.IPMIView'"\n\njava -Djava.library.path=/opt/IPMIView -jar /opt/IPMIView/IPMIView20.jar\n" > "${pkgdir}/opt/IPMIView/IPMIView20.sh"
chmod 755 "${pkgdir}/opt/IPMIView/IPMIView20.sh"
ln -s /opt/IPMIView/IPMIView20.sh "${pkgdir}/usr/bin/IPMIView"
}