libsmbios: update to 2.4.3
This commit is contained in:
parent
f774709557
commit
1483a6160f
@ -1,10 +1,10 @@
|
||||
# Template file for 'libsmbios'
|
||||
pkgname=libsmbios
|
||||
version=2.4.2
|
||||
revision=3
|
||||
version=2.4.3
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--sbindir=/usr/bin --disable-static"
|
||||
hostmakedepends="automake doxygen gettext-devel help2man libtool pkg-config"
|
||||
hostmakedepends="automake doxygen gettext gettext-devel help2man libtool pkg-config"
|
||||
makedepends="libxml2-devel python3-devel"
|
||||
checkdepends="python3"
|
||||
short_desc="Library for SMBIOS access"
|
||||
@ -12,7 +12,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-2.0-or-later, OLS-2.1"
|
||||
homepage="https://github.com/dell/libsmbios"
|
||||
distfiles="https://github.com/dell/libsmbios/archive/v${version}.tar.gz"
|
||||
checksum=ebfe18415e24bbec06d0a9ea1066c8dcd82982555373712713d7e194138650de
|
||||
checksum=36c36a0f6b59190d6b4fef11696886e4511091929a5eb7ae7cf5fea0c32d3f58
|
||||
# explicitly list the subpackages to make sure they are installed in the
|
||||
# right order:
|
||||
subpackages="libsmbios-devel python3-libsmbios libsmbios-utils"
|
||||
@ -43,7 +43,6 @@ libsmbios-devel_package() {
|
||||
python3-libsmbios_package() {
|
||||
depends="python3 ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - python bindings"
|
||||
pycompile_module="libsmbios_c"
|
||||
pkg_install() {
|
||||
vmove ${py3_sitelib}
|
||||
vmove usr/share/smbios-utils/cli.py
|
||||
|
Loading…
x
Reference in New Issue
Block a user