New package: iucode-tool-2.2

Closes: #10045 [via git-merge-pr]
This commit is contained in:
Vintodrimmer 2017-12-16 19:11:34 +01:00 committed by Jürgen Buchmüller
parent 5b66e8ef00
commit d9f2138e28
2 changed files with 26 additions and 0 deletions

View file

@ -0,0 +1,10 @@
--- iucode_tool.c 2017-08-28 02:20:36.000000000 +0200
+++ iucode_tool.c 2017-12-22 18:11:59.195710726 +0100
@@ -19,6 +19,7 @@
#include <stdint.h>
#include <sys/types.h>
#include <sys/stat.h>
+#include <limits.h>
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>

View file

@ -0,0 +1,16 @@
# Template file for 'iucode-tool'
pkgname=iucode-tool
version=2.2
revision=1
only_for_archs="i686 x86_64 i686-musl x86_64-musl"
build_style=gnu-configure
short_desc="Program to manipulate microcode update collections for Intel"
maintainer="Vintodrimmer <vintodrimmer@protonmail.ch>"
license="GPL-2"
homepage="https://gitlab.com/iucode-tool/iucode-tool/wikis/home"
distfiles="https://gitlab.com/iucode-tool/releases/raw/latest/iucode-tool_${version}.tar.xz"
checksum=9810daf925b8a9ca244adc4e1916bcab65601c9ebe87e91c2281f78055982971
case "$XBPS_TARGET_MACHINE" in
*-musl) makedepends+=" argp-standalone" ;;
esac