wok-next annotate sysstat/receipt @ rev 21661

updated fonttosfnt (1.0.5 -> 1.1.0)
author Hans-G?nter Theisgen
date Sat Jun 27 13:41:53 2020 +0100 (2020-06-27)
parents f48456621a9d
children
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@21017 10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/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
al@21020 15 BUILD_DEPENDS="gettext-dev 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 }