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

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
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 }