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

Jan de Groot jgc at archlinux.org
Thu Apr 19 21:18:31 UTC 2018


    Date: Thursday, April 19, 2018 @ 21:18:30
  Author: jgc
Revision: 322461

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-19 21:18:26 UTC (rev 322460)
+++ PKGBUILD	2018-04-19 21:18:30 UTC (rev 322461)
@@ -1,51 +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.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}/"
-}

Copied: libsmbios/repos/extra-x86_64/PKGBUILD (from rev 322460, libsmbios/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-04-19 21:18:30 UTC (rev 322461)
@@ -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.1
+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=465dce1b625f11f38698aec3b5f48751b85f0942  # tags/v2.4.1^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