libsmbios: update to 2.4.2.

This commit is contained in:
maxice8 2018-06-06 16:38:35 -03:00
parent fe58d5c6c4
commit f47ebf3ade
1 changed files with 7 additions and 6 deletions

View File

@ -1,18 +1,18 @@
# Template file for 'libsmbios'
pkgname=libsmbios
version=2.4.1
version=2.4.2
revision=1
build_style=gnu-configure
configure_args="--sbindir=/usr/bin --disable-static --disable-python"
hostmakedepends="pkg-config perl automake gettext-devel libtool doxygen help2man"
hostmakedepends="automake doxygen gettext-devel help2man libtool pkg-config"
makedepends="libxml2-devel"
checkdepends="python3"
short_desc="Library for SMBIOS access"
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="GPL-2.0-or-later, OLS-2.1"
homepage="https://github.com/dell/libsmbios"
license="GPL-2+, OLS-2.1"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
distfiles="https://github.com/dell/libsmbios/archive/v${version}.tar.gz"
checksum=ad200d0b8db681d04336afb64c765808b3bfdfc18619e24621576c03564e629f
checksum=ebfe18415e24bbec06d0a9ea1066c8dcd82982555373712713d7e194138650de
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
@ -43,10 +43,11 @@ libsmbios-devel_package() {
vmove "usr/lib/*.so"
}
}
libsmbios-utils_package() {
short_desc+=" - utilities"
pkg_install() {
vmove usr/bin
vmove "usr/share/man/man1/*.1"
vmove usr/share/man/man1
}
}