libsmbios: update to 2.2.28, add homepage & license
This commit is contained in:
parent
7479952f52
commit
ea3dc4a5da
|
@ -682,6 +682,8 @@ libgupnp-1.0.so.4 gupnp-0.18.0_1
|
||||||
libsamplerate.so.0 libsamplerate-0.1.7_1
|
libsamplerate.so.0 libsamplerate-0.1.7_1
|
||||||
libmms.so.0 libmms-0.6_1
|
libmms.so.0 libmms-0.6_1
|
||||||
libsmbclient.so.0 libsmbclient-3.5.6_1
|
libsmbclient.so.0 libsmbclient-3.5.6_1
|
||||||
|
libsmbios.so.2 libsmbios-2.2.28_1
|
||||||
|
libsmbios_c.so.2 libsmbios-2.2.28_1
|
||||||
libwbclient.so.0 libsmbclient-3.5.6_1
|
libwbclient.so.0 libsmbclient-3.5.6_1
|
||||||
libjasper.so.1 libjasper-1.900.1_1
|
libjasper.so.1 libjasper-1.900.1_1
|
||||||
librecode.so.0 librecode-3.6_1
|
librecode.so.0 librecode-3.6_1
|
||||||
|
|
|
@ -1,15 +1,17 @@
|
||||||
# Template file for 'libsmbios'
|
# Template file for 'libsmbios'
|
||||||
pkgname=libsmbios
|
pkgname=libsmbios
|
||||||
version=2.2.16
|
version=2.2.28
|
||||||
revision=2
|
revision=1
|
||||||
distfiles="http://linux.dell.com/$pkgname/download/$pkgname/$pkgname-$version/$pkgname-$version.tar.bz2"
|
distfiles="http://linux.dell.com/$pkgname/download/$pkgname/$pkgname-$version/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --disable-python"
|
configure_args="--disable-static --disable-python"
|
||||||
depends="glibc"
|
depends="glibc"
|
||||||
makedepends="pkg-config libxml2-devel"
|
makedepends="pkg-config perl libxml2-devel"
|
||||||
short_desc="Library for SMBIOS access"
|
short_desc="Library for SMBIOS access"
|
||||||
|
homepage="https://linux.dell.com/libsmbios/main/index.html"
|
||||||
|
license="GPL-2+, OLS-2.1"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=90c87d0f246c2f224b93aa3980b7b186a78fb4ce64d56ceda61c2a23347baa1b
|
checksum=dd247fd43296df3352435b090dd789a22a89c4b316e98b46b915323290a3e350
|
||||||
long_desc="
|
long_desc="
|
||||||
Libsmbios is a library and utilities that can be used by client programs
|
Libsmbios is a library and utilities that can be used by client programs
|
||||||
to get information from standard BIOS tables, such as the SMBIOS table."
|
to get information from standard BIOS tables, such as the SMBIOS table."
|
||||||
|
|
Loading…
Reference in New Issue