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

Small updates.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 31 16:45:41 2019 +0200 (2019-01-31)
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 }