iucode-tool: adopted port

This commit is contained in:
Tim Biermann 2019-09-20 09:57:31 +02:00
parent a2c69584c1
commit abd40639f0
Signed by untrusted user: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 10 additions and 9 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF36EahYMmELw3OsLAqDCqwd2qsV87vwungqPalqf2L89eMWmMHFRj1PU16kg6QNbhrYFXckxUYoMHvDlb1Angdw8=
SHA256 (Pkgfile) = 568e6d85b6a693b0e9dc93e1ff67f415e02daf6db271e250483bfb18e574c568
RWSagIOpLGJF39XR6+/YdoOx+Ye97EgXhTqVr3c890AkSnj001aFHkXVqbuUfWZzJyxH74Jww/19zX+5gjHma5bOdOva4gb9vgA=
SHA256 (Pkgfile) = 8785e3aaec2dab8a80fe7dfe5f551080ab610f804fdd6ece71304e3008715e57
SHA256 (.footprint) = f8c0fd99b074407582692eab66d9a73487282f5eca6b6bb1ac1c366ed18050f1
SHA256 (iucode-tool_2.3.1.tar.xz) = 12b88efa4d0d95af08db05a50b3dcb217c0eb2bfc67b483779e33d498ddb2f95

View File

@ -1,6 +1,7 @@
# 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
# Maintainer: Tim Biermann, tbier at posteo dot de
# Packager: Pedja, predivan at mts dot rs
# Depends on:
name=iucode-tool
@ -9,10 +10,10 @@ 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
cd $name-$version
./autogen.sh
./configure --prefix=/usr \
--mandir=/usr/share/man
make
make DESTDIR=$PKG install
}