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

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents e7a485521d6a
children d635206a5649
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 }
23 genpkg_rules() {
24 copy @std
25 }