[arch-commits] Commit in msr-tools/repos (community-x86_64 community-x86_64/PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Jun 28 16:49:05 UTC 2018


    Date: Thursday, June 28, 2018 @ 16:49:05
  Author: felixonmars
Revision: 347091

archrelease: copy trunk to community-x86_64

Added:
  msr-tools/repos/community-x86_64/
  msr-tools/repos/community-x86_64/PKGBUILD
    (from rev 347089, msr-tools/trunk/PKGBUILD)

----------+
 PKGBUILD |   25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

Copied: msr-tools/repos/community-x86_64/PKGBUILD (from rev 347089, msr-tools/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2018-06-28 16:49:05 UTC (rev 347091)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Josh Taillon <jat255 at gmail.com>
+
+pkgname=msr-tools
+pkgver=1.3
+pkgrel=3
+pkgdesc="Utilities to access the processor MSRs and CPU ID directly"
+arch=('x86_64')
+url="https://01.org/msr-tools"
+license=('GPL2')
+depends=('glibc')
+source=("https://01.org/sites/default/files/downloads/${pkgname}/${pkgname}-${pkgver}.zip")
+sha512sums=('9605eed0b6211d0ecbe48a14d66b5d61965770f249c5c1b15416d4f2e9a37a68ecfde171077c3acc74bb6b951749bcff186acbb4d6d8a3051695d2d97c0e332b')
+
+build() {
+  cd msr-tools-master
+  make
+}
+
+package() {
+  cd msr-tools-master
+  mkdir -p "$pkgdir"/usr/bin
+  make sbindir="$pkgdir"/usr/bin install
+}



More information about the arch-commits mailing list