wok-next view iucode-tool/receipt @ rev 21414

updated powermanga (0.80 -> 0.93.1)
author Hans-G?nter Theisgen
date Sat Apr 25 17:45:14 2020 +0100 (2020-04-25)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="iucode-tool"
4 VERSION="2.3.1"
5 CATEGORY="kernel"
6 SHORT_DESC="Tool to manipulate Intel(R) i686/X86-64 microcode bundles"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL"
9 WEB_SITE="https://gitlab.com/iucode-tool/iucode-tool/wikis/home"
11 TARBALL="${PACKAGE}_$VERSION.tar.xz"
12 WGET_URL="https://gitlab.com/iucode-tool/releases/raw/master/$TARBALL"
14 compile_rules() {
15 ./configure \
16 --prefix=/usr \
17 --sbindir=/usr/bin \
18 $CONFIGURE_ARGS &&
19 make &&
20 make install
21 }