[arch-commits] Commit in libsmbios/trunk (PKGBUILD)

Jan de Groot jgc at archlinux.org
Thu May 11 21:56:56 UTC 2017


    Date: Thursday, May 11, 2017 @ 21:56:55
  Author: jgc
Revision: 295846

upgpkg: libsmbios 2.3.3+12+g59d5df9-1

Modified:
  libsmbios/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-11 21:37:07 UTC (rev 295845)
+++ PKGBUILD	2017-05-11 21:56:55 UTC (rev 295846)
@@ -4,7 +4,7 @@
 # Contributor: daniel g. siegel <dgsiegel at gmail.com>
 
 pkgname=libsmbios
-pkgver=2.3.2
+pkgver=2.3.3+12+g59d5df9
 pkgrel=1
 pkgdesc="A library for providing access to as much BIOS information as possible"
 arch=('i686' 'x86_64')
@@ -11,9 +11,9 @@
 url="https://github.com/dell/libsmbios"
 license=('GPL' 'custom')
 depends=('gcc-libs')
-makedepends=('libxml2' 'python2' 'chrpath' 'doxygen' git)
+makedepends=('libxml2' 'python2' 'chrpath' 'doxygen' git cppunit)
 optdepends=('python2: tools')
-_commit=0a6ba645725a10f78c19f8dde73550ab0093c21c  # tags/v2.3.2
+_commit=59d5df9ea2deee3b03c02c68a5026733b0f193ba  # master
 source=("git+https://github.com/dell/libsmbios.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -32,9 +32,7 @@
   cd $pkgname
   mkdir build
   cd build
-  PYTHON=python2 ../configure --prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc --disable-static
-  mkdir -p out/libsmbios_c
-  mkdir -p out/libsmbios_c++
+  PYTHON=python2 ../configure --prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc --disable-static --enable-libsmbios_cxx
   make
 }
 



More information about the arch-commits mailing list