17 lines
502 B
Bash
17 lines
502 B
Bash
# Template file for 'ipmitool'
|
|
pkgname=ipmitool
|
|
version=1.8.18
|
|
revision=4
|
|
build_style=gnu-configure
|
|
makedepends="libressl-devel"
|
|
short_desc="Command-line interface to IPMI-enabled devices"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="BSD"
|
|
homepage="http://ipmitool.sourceforge.net"
|
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
|
|
checksum=0c1ba3b1555edefb7c32ae8cd6a3e04322056bc087918f07189eeedfc8b81e01
|
|
|
|
post_install() {
|
|
rm -rf ${DESTDIR}/usr/share/doc
|
|
vlicense COPYING
|
|
}
|