[arch-commits] Commit in (4 files)

Christian Hesse eworm at archlinux.org
Mon May 7 20:47:36 UTC 2018


    Date: Monday, May 7, 2018 @ 20:47:35
  Author: eworm
Revision: 323455

initial import from AUR

Added:
  iucode-tool/
  iucode-tool/repos/
  iucode-tool/trunk/
  iucode-tool/trunk/PKGBUILD

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

Added: iucode-tool/trunk/PKGBUILD
===================================================================
--- iucode-tool/trunk/PKGBUILD	                        (rev 0)
+++ iucode-tool/trunk/PKGBUILD	2018-05-07 20:47:35 UTC (rev 323455)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Christian Hesse <mail at eworm.de>
+# Contributor: Andreas Bosch <admin at progandy.de>
+
+pkgname=iucode-tool
+pkgver=2.3.1
+pkgrel=2
+pkgdesc='Tool to manipulate Intel® IA-32/X86-64 microcode bundles'
+arch=('x86_64')
+url='https://gitlab.com/iucode-tool/iucode-tool/wikis/home'
+license=('GPL')
+validpgpkeys=('C467A717507BBAFED3C160920BD9E81139CB4807') # Henrique de Moraes Holschuh <hmh at hmh.eng.br>
+source=("https://gitlab.com/iucode-tool/releases/raw/master/${pkgname}_${pkgver}.tar.xz"{,.asc})
+sha256sums=('12b88efa4d0d95af08db05a50b3dcb217c0eb2bfc67b483779e33d498ddb2f95'
+            'SKIP')
+
+build() {
+	cd "$srcdir/${pkgname}-$pkgver"
+
+	./configure \
+		--prefix=/usr \
+		--sbindir=/usr/bin
+	make
+}
+
+package() {
+	cd "$srcdir/${pkgname}-$pkgver"
+
+	make DESTDIR="$pkgdir/" install
+}


Property changes on: iucode-tool/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list