[arch-commits] Commit in libsmbios/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan de Groot jgc at archlinux.org
Wed Feb 14 14:23:35 UTC 2018


    Date: Wednesday, February 14, 2018 @ 14:23:34
  Author: jgc
Revision: 317005

archrelease: copy trunk to extra-x86_64

Added:
  libsmbios/repos/extra-x86_64/PKGBUILD
    (from rev 317004, libsmbios/trunk/PKGBUILD)
Deleted:
  libsmbios/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |  109 ++++++++++++++++++++++++++++---------------------------------
 1 file changed, 51 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-14 14:23:27 UTC (rev 317004)
+++ PKGBUILD	2018-02-14 14:23:34 UTC (rev 317005)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Contributor: Alessio 'mOLOk' Bolognino <themolok at gmail.com>
-# Contributor: daniel g. siegel <dgsiegel at gmail.com>
-
-pkgname=libsmbios
-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')
-url="https://github.com/dell/libsmbios"
-license=('GPL' 'custom')
-depends=('gcc-libs')
-makedepends=('libxml2' 'python2' 'chrpath' 'doxygen' git cppunit)
-optdepends=('python2: tools')
-_commit=59d5df9ea2deee3b03c02c68a5026733b0f193ba  # master
-source=("git+https://github.com/dell/libsmbios.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  ./autogen.sh --no-configure
-}
-
-build() {
-  unset MAKEFLAGS
-  cd $pkgname
-  mkdir build
-  cd build
-  PYTHON=python2 ../configure --prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc --disable-static --enable-libsmbios_cxx
-  make
-}
-
-package() {
-  cd $pkgname/build
-  make DESTDIR="${pkgdir}" install
-
-  chrpath -d "${pkgdir}/usr/bin/smbios-sys-info-lite"
-  install -m755 -d "${pkgdir}/usr/include"
-  cp -a ../src/include/* "${pkgdir}/usr/include/"
-  cp -a out/public-include/* "${pkgdir}/usr/include/"
-
-  rm -rf "${pkgdir}/etc/yum"
-  rm -rf "${pkgdir}/usr/lib/yum-plugins"
-
-  sed -e 's|#!/usr/bin/python|#!/usr/bin/python2|g' \
-      -i "${pkgdir}"/usr/bin/smbios-{{wakeup,token,wireless,keyboard,thermal}-ctl,lcd-brightness,passwd,sys-info,battery-ctl}
-
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 ../COPYING-OSL "${pkgdir}/usr/share/licenses/${pkgname}/"
-
-  python2 -m compileall "${pkgdir}/usr/lib/python2.7/site-packages/libsmbios_c/"
-}

Copied: libsmbios/repos/extra-x86_64/PKGBUILD (from rev 317004, libsmbios/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-02-14 14:23:34 UTC (rev 317005)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Alessio 'mOLOk' Bolognino <themolok at gmail.com>
+# Contributor: daniel g. siegel <dgsiegel at gmail.com>
+
+pkgname=libsmbios
+pkgver=2.4.0
+pkgrel=1
+pkgdesc="A library for providing access to as much BIOS information as possible"
+arch=('x86_64')
+url="https://github.com/dell/libsmbios"
+license=('GPL' 'custom')
+depends=('gcc-libs')
+makedepends=('libxml2' 'python' 'chrpath' 'doxygen' git cppunit help2man)
+optdepends=('python: tools')
+_commit=8d729b4833b5026932b28b60c9b15aa5ec058eca  # tags/v2.4.0^0
+source=("git+https://github.com/dell/libsmbios.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  ./autogen.sh --no-configure
+}
+
+build() {
+  unset MAKEFLAGS
+  cd $pkgname
+  mkdir build
+  cd build
+  ../configure --prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc --disable-static
+  make
+}
+
+package() {
+  cd $pkgname/build
+  make DESTDIR="${pkgdir}" install
+
+  chrpath -d "${pkgdir}/usr/bin/smbios-sys-info-lite"
+  install -m755 -d "${pkgdir}/usr/include"
+
+  cp -a ../src/include/* "${pkgdir}/usr/include/"
+  cp -a out/public-include/* "${pkgdir}/usr/include/"
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 ../COPYING-OSL "${pkgdir}/usr/share/licenses/${pkgname}/"
+}



More information about the arch-commits mailing list