ports/contrib (3.3): iucode-tool: new port
commit a4606044301ee9e8f3575ebe37faa7e3a55bf422 Author: Predrag Ivanović <predivan@mts.rs> Date: Thu Feb 22 15:01:41 2018 +0100 iucode-tool: new port diff --git a/iucode-tool/.footprint b/iucode-tool/.footprint new file mode 100644 index 00000000..2e661854 --- /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 00000000..2c512881 --- /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 00000000..37417205 --- /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 00000000..d3143da6 --- /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 +}
participants (1)
-
crux@crux.nu