iucode-tool: new port

This commit is contained in:
Predrag Ivanović 2018-02-22 15:01:41 +01:00
parent 7feddb1beb
commit a460604430
4 changed files with 31 additions and 0 deletions

7
iucode-tool/.footprint Normal file
View File

@ -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

1
iucode-tool/.md5sum Normal file
View File

@ -0,0 +1 @@
63b33cc0ea1f8c73b443412abbf39d6f iucode-tool_2.3.1.tar.xz

5
iucode-tool/.signature Normal file
View File

@ -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

18
iucode-tool/Pkgfile Normal file
View File

@ -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
}