wok-next view sysstat/receipt @ rev 21139

lftp: use openssl instead of gnutls
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 24 05:20:16 2019 +0200 (2019-01-24)
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 }