ipmitool: -> 1.8.19

This commit is contained in:
Tim Biermann 2024-02-21 21:46:27 +01:00
parent eecd629f6d
commit a17ddfd080
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 43 additions and 0 deletions

15
ipmitool/.footprint Normal file
View File

@ -0,0 +1,15 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/ipmitool
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/ipmievd
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/ipmitool/
-rw-r--r-- root/root usr/share/ipmitool/oem_ibm_sel_map
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/ipmitool.1.gz
drwxr-xr-x root/root usr/share/man/man8/
-rw-r--r-- root/root usr/share/man/man8/ipmievd.8.gz
drwxr-xr-x root/root usr/share/misc/
-rw-r--r-- root/root usr/share/misc/enterprise-numbers

5
ipmitool/.signature Normal file
View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3/2xCmEbihQv1yPAgnbRLxJLDyrBuRxyXsJ/b4XXVbPs0JM13i3MGjY4NtYV0WDMsVvqyhFcliXD5wRpYbnuRgc=
SHA256 (Pkgfile) = 0a8e148e11ec4a8777f3f3de0eb840dcb84b2d1bf7bf6f440ff5adc93e57901b
SHA256 (.footprint) = 66bd8c46e9a1d39b693df74d3684446f988d08a5fd37781140627b50b541fbf1
SHA256 (ipmitool-1.8.19.tar.gz) = 48b010e7bcdf93e4e4b6e43c53c7f60aa6873d574cbd45a8d86fa7aaeebaff9c

23
ipmitool/Pkgfile Normal file
View File

@ -0,0 +1,23 @@
# Description: An open-source tool for controlling IPMI-enabled systems
# URL: https://github.com/ipmitool/ipmitool
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: openssl
name=ipmitool
version=1.8.19
release=1
source=(https://github.com/ipmitool/ipmitool/archive/IPMITOOL_${version//./_}.tar.gz)
renames=($name-$version.tar.gz)
build() {
cd ipmitool-IPMITOOL_${version//./_}
./bootstrap
IANADIR=/usr/share/misc ./configure --prefix=/usr \
--datarootdir=/usr/share
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/doc
}