From ea3dc4a5da9f3359dae8e7f8defd4a7c1318a28d Mon Sep 17 00:00:00 2001 From: ojab Date: Sun, 31 Mar 2013 11:51:22 +0400 Subject: [PATCH] libsmbios: update to 2.2.28, add homepage & license --- common/shlibs | 2 ++ srcpkgs/libsmbios/template | 10 ++++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/common/shlibs b/common/shlibs index 6b3c9405e18..efef4931859 100644 --- a/common/shlibs +++ b/common/shlibs @@ -682,6 +682,8 @@ libgupnp-1.0.so.4 gupnp-0.18.0_1 libsamplerate.so.0 libsamplerate-0.1.7_1 libmms.so.0 libmms-0.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 libjasper.so.1 libjasper-1.900.1_1 librecode.so.0 librecode-3.6_1 diff --git a/srcpkgs/libsmbios/template b/srcpkgs/libsmbios/template index 2a354554524..200eb1807ab 100644 --- a/srcpkgs/libsmbios/template +++ b/srcpkgs/libsmbios/template @@ -1,15 +1,17 @@ # Template file for 'libsmbios' pkgname=libsmbios -version=2.2.16 -revision=2 +version=2.2.28 +revision=1 distfiles="http://linux.dell.com/$pkgname/download/$pkgname/$pkgname-$version/$pkgname-$version.tar.bz2" build_style=gnu-configure configure_args="--disable-static --disable-python" depends="glibc" -makedepends="pkg-config libxml2-devel" +makedepends="pkg-config perl libxml2-devel" short_desc="Library for SMBIOS access" +homepage="https://linux.dell.com/libsmbios/main/index.html" +license="GPL-2+, OLS-2.1" maintainer="Juan RP " -checksum=90c87d0f246c2f224b93aa3980b7b186a78fb4ce64d56ceda61c2a23347baa1b +checksum=dd247fd43296df3352435b090dd789a22a89c4b316e98b46b915323290a3e350 long_desc=" 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."