wok-next annotate sysstat/receipt @ rev 20846

mingw32-gcc: fix CFLAGS, CXXFLAGS as it is not recent GCC and it don't understand something
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 23 13:59:48 2018 +0300 (2018-06-23)
parents 408c87fa22ca
children f48456621a9d
rev   line source
al@20647 1 # SliTaz package receipt v2.
pascal@6027 2
pascal@6027 3 PACKAGE="sysstat"
al@20647 4 VERSION="11.6.2"
pascal@6027 5 CATEGORY="system-tools"
al@20647 6 SHORT_DESC="Performance monitoring tools"
pascal@6027 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15001 8 LICENSE="GPL2"
pascal@6027 9 WEB_SITE="http://sebastien.godard.pagesperso-orange.fr/"
al@20647 10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/sysstat.html"
al@20647 11
al@20647 12 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@20647 13 WGET_URL="http://perso.wanadoo.fr/sebastien.godard/$TARBALL"
pascal@6027 14
pascal@15001 15 BUILD_DEPENDS="gettext bzip2"
pascal@15001 16
al@20647 17 compile_rules() {
al@20647 18 sa_lib_dir=/usr/lib/sa \
al@20647 19 sa_dir=/var/log/sa \
al@20647 20 conf_dir=/etc/sysconfig \
al@20647 21 ./configure \
al@20647 22 --disable-file-attr \
al@20647 23 $CONFIGURE_ARGS &&
pascal@6027 24 make &&
erjo@13473 25 make install
pascal@6027 26 }
pascal@6027 27
al@20647 28 genpkg_rules() {
al@20647 29 copy @std
pascal@6027 30 }