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

updated cyrus-imapd (2.4.17 -> 3.0.12)
author Hans-G?nter Theisgen
date Thu Dec 05 16:28:27 2019 +0100 (2019-12-05)
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 }