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

Antonio Rojas arojas at archlinux.org
Fri Feb 7 22:40:07 UTC 2020


    Date: Friday, February 7, 2020 @ 22:40:07
  Author: arojas
Revision: 374989

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |  100 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-07 22:39:40 UTC (rev 374988)
+++ PKGBUILD	2020-02-07 22:40:07 UTC (rev 374989)
@@ -1,50 +0,0 @@
-# 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.2
-pkgrel=2
-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=f4031c3a261d48cdfcb38ed7b2ad1089703937f7  # tags/v2.4.2
-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 374988, libsmbios/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-07 22:40:07 UTC (rev 374989)
@@ -0,0 +1,50 @@
+# 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.3
+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=5b72244ca0d09c7f228d571ec2d5d20183486c11  # tags/v2.4.3
+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