freeipmi: update to 1.6.2.

Closes #14678.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
maxice8 2018-05-24 05:25:29 -03:00 committed by Enno Boland
parent 5534029177
commit 9b10362c83

View file

@ -1,6 +1,6 @@
# Template file for 'freeipmi' # Template file for 'freeipmi'
pkgname=freeipmi pkgname=freeipmi
version=1.6.1 version=1.6.2
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--without-systemdsystemunitdir ac_cv_header_sys_stropts_h=no" configure_args="--without-systemdsystemunitdir ac_cv_header_sys_stropts_h=no"
@ -8,12 +8,12 @@ conf_files="/etc/freeipmi/*.conf"
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
makedepends="libgcrypt-devel" makedepends="libgcrypt-devel"
short_desc="In-band and out-of-band IPMI software" short_desc="In-band and out-of-band IPMI software"
maintainer="Toyam Cox <Vaelatern@gmail.com>" maintainer="Toyam Cox <Vaelatern@voidlinux.eu>"
license="GPL-3" license="GPL-3"
# Changelog: http://www.gnu.org/software/freeipmi/NEWS # Changelog: http://www.gnu.org/software/freeipmi/NEWS
homepage="http://www.gnu.org/software/freeipmi/" homepage="http://www.gnu.org/software/freeipmi/"
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz" distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=a2550e08e1f2d681efe770162125ac899022a6acf96256e5b7404eabb90db549 checksum=31513324591bf8d79d7cdeb39ecfac45e0ea7f6a5905a625a4a906fb8270124a
case "$XBPS_TARGET_MACHINE" in case "$XBPS_TARGET_MACHINE" in
aarch64) configure_args+=" ac_cv_header_sys_io_h=no";; aarch64) configure_args+=" ac_cv_header_sys_io_h=no";;
@ -31,8 +31,8 @@ freeipmi-devel_package() {
short_desc+=" - development files" short_desc+=" - development files"
pkg_install() { pkg_install() {
vmove usr/include vmove usr/include
vmove usr/lib/*.so vmove "usr/lib/*.so"
vmove usr/lib/*.a vmove "usr/lib/*.a"
vmove usr/share/man/man3 vmove usr/share/man/man3
vmove usr/lib/pkgconfig vmove usr/lib/pkgconfig
} }