[arch-commits] Commit in imvirt/repos (4 files)

Levente Polyak anthraxx at archlinux.org
Mon Nov 9 18:24:30 UTC 2015


    Date: Monday, November 9, 2015 @ 19:24:29
  Author: anthraxx
Revision: 146449

archrelease: copy trunk to community-i686, community-x86_64

Added:
  imvirt/repos/community-i686/
  imvirt/repos/community-i686/PKGBUILD
    (from rev 146448, imvirt/trunk/PKGBUILD)
  imvirt/repos/community-x86_64/
  imvirt/repos/community-x86_64/PKGBUILD
    (from rev 146448, imvirt/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   32 ++++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 2 files changed, 64 insertions(+)

Copied: imvirt/repos/community-i686/PKGBUILD (from rev 146448, imvirt/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-11-09 18:24:29 UTC (rev 146449)
@@ -0,0 +1,32 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributors: henning mueller <henning at orgizm.net>
+
+pkgname=imvirt
+pkgver=0.9.6
+pkgrel=1
+pkgdesc='Detect the virtualization technology of a machine, it is run in'
+url='http://micky.ibh.net/~liske/imvirt.html'
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('perl' 'dmidecode' 'perl-module-find' 'perl-file-slurp' 'perl-data-dumper')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/DE-IBH/${pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('a3e6d8d6ff48f8e97c448443c0a5bff4d50db4721704e083be74c3dba78b43422678a8fd93841d82a7f34e12a70cb578a2052f9898817efe5101e4a2d21d5f0b')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed 's|/usr/sbin|/usr/bin|g' -i perl/lib/ImVirt/Utils/dmidecode/pipe.pm
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --libexecdir=/usr/lib/${pkgname} --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Copied: imvirt/repos/community-x86_64/PKGBUILD (from rev 146448, imvirt/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-11-09 18:24:29 UTC (rev 146449)
@@ -0,0 +1,32 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributors: henning mueller <henning at orgizm.net>
+
+pkgname=imvirt
+pkgver=0.9.6
+pkgrel=1
+pkgdesc='Detect the virtualization technology of a machine, it is run in'
+url='http://micky.ibh.net/~liske/imvirt.html'
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('perl' 'dmidecode' 'perl-module-find' 'perl-file-slurp' 'perl-data-dumper')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/DE-IBH/${pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('a3e6d8d6ff48f8e97c448443c0a5bff4d50db4721704e083be74c3dba78b43422678a8fd93841d82a7f34e12a70cb578a2052f9898817efe5101e4a2d21d5f0b')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed 's|/usr/sbin|/usr/bin|g' -i perl/lib/ImVirt/Utils/dmidecode/pipe.pm
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --libexecdir=/usr/lib/${pkgname} --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list