wok-next view sysstat/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents f48456621a9d
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="sysstat"
4 VERSION="11.6.2"
5 CATEGORY="system-tools"
6 SHORT_DESC="Performance monitoring tools"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://sebastien.godard.pagesperso-orange.fr/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/sysstat.html"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="http://perso.wanadoo.fr/sebastien.godard/$TARBALL"
15 BUILD_DEPENDS="gettext-dev bzip2"
17 compile_rules() {
18 sa_lib_dir=/usr/lib/sa \
19 sa_dir=/var/log/sa \
20 conf_dir=/etc/sysconfig \
21 ./configure \
22 --disable-file-attr \
23 $CONFIGURE_ARGS &&
24 make &&
25 make install
26 }
28 genpkg_rules() {
29 copy @std
30 }