summaryrefslogtreecommitdiff
path: root/iucode-tool
diff options
context:
space:
mode:
authorPredrag Ivanović <predivan@mts.rs>2018-02-22 15:01:41 +0100
committerPredrag Ivanović <predivan@mts.rs>2018-02-22 15:01:41 +0100
commita4606044301ee9e8f3575ebe37faa7e3a55bf422 (patch)
tree1de4aaeb2d4e676c7f3f1f17cdf2c0d030c3d16b /iucode-tool
parent7feddb1beb7b1ff5f46fd4b85dbf95bdf3268068 (diff)
downloadcontrib-a4606044301ee9e8f3575ebe37faa7e3a55bf422.tar.gz
contrib-a4606044301ee9e8f3575ebe37faa7e3a55bf422.tar.xz
iucode-tool: new port
Diffstat (limited to 'iucode-tool')
-rw-r--r--iucode-tool/.footprint7
-rw-r--r--iucode-tool/.md5sum1
-rw-r--r--iucode-tool/.signature5
-rw-r--r--iucode-tool/Pkgfile18
4 files changed, 31 insertions, 0 deletions
diff --git a/iucode-tool/.footprint b/iucode-tool/.footprint
new file mode 100644
index 000000000..2e6618542
--- /dev/null
+++ b/iucode-tool/.footprint
@@ -0,0 +1,7 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/sbin/
+-rwxr-xr-x root/root usr/sbin/iucode_tool
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man8/
+-rw-r--r-- root/root usr/share/man/man8/iucode_tool.8.gz
diff --git a/iucode-tool/.md5sum b/iucode-tool/.md5sum
new file mode 100644
index 000000000..2c5128818
--- /dev/null
+++ b/iucode-tool/.md5sum
@@ -0,0 +1 @@
+63b33cc0ea1f8c73b443412abbf39d6f iucode-tool_2.3.1.tar.xz
diff --git a/iucode-tool/.signature b/iucode-tool/.signature
new file mode 100644
index 000000000..37417205f
--- /dev/null
+++ b/iucode-tool/.signature
@@ -0,0 +1,5 @@
+untrusted comment: verify with /etc/ports/contrib.pub
+RWSagIOpLGJF36EahYMmELw3OsLAqDCqwd2qsV87vwungqPalqf2L89eMWmMHFRj1PU16kg6QNbhrYFXckxUYoMHvDlb1Angdw8=
+SHA256 (Pkgfile) = 568e6d85b6a693b0e9dc93e1ff67f415e02daf6db271e250483bfb18e574c568
+SHA256 (.footprint) = f8c0fd99b074407582692eab66d9a73487282f5eca6b6bb1ac1c366ed18050f1
+SHA256 (iucode-tool_2.3.1.tar.xz) = 12b88efa4d0d95af08db05a50b3dcb217c0eb2bfc67b483779e33d498ddb2f95
diff --git a/iucode-tool/Pkgfile b/iucode-tool/Pkgfile
new file mode 100644
index 000000000..d3143da63
--- /dev/null
+++ b/iucode-tool/Pkgfile
@@ -0,0 +1,18 @@
+# Description: Tool to manipulate Intel microcode update bundles
+# URL: https://gitlab.com/iucode-tool/iucode-tool/wikis/home
+# Maintainer: Pedja, predivan at mts dot rs
+# Depends on:
+
+name=iucode-tool
+version=2.3.1
+release=1
+source=(https://gitlab.com/$name/releases/raw/latest/$name"_"$version.tar.xz)
+
+build() {
+ cd $name-$version
+ ./autogen.sh
+ ./configure --prefix=/usr \
+ --mandir=/usr/share/man
+ make
+ make DESTDIR=$PKG install
+}

Generated by cgit