wok-next annotate iucode-tool/receipt @ rev 21226

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