18 lines
502 B
Bash
18 lines
502 B
Bash
|
# Template file for 'ipmitool'
|
||
|
pkgname=ipmitool
|
||
|
version=1.8.17
|
||
|
revision=1
|
||
|
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=97fa20efd9c87111455b174858544becae7fcc03a3cb7bf5c19b09065c842d02
|
||
|
|
||
|
post_install() {
|
||
|
rm -rf ${DESTDIR}/usr/share/doc
|
||
|
vlicense COPYING
|
||
|
}
|