wok-6.x annotate sysstat/receipt @ rev 21906
updated shared-mime-info and shared-mime-info-dev (1.6 -> 1.14)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Oct 04 14:42:51 2019 +0100 (2019-10-04) |
parents | 9a4439ceec35 |
children | a5dc7e70b051 |
rev | line source |
---|---|
pascal@6027 | 1 # SliTaz package receipt. |
pascal@6027 | 2 |
pascal@6027 | 3 PACKAGE="sysstat" |
pascal@20611 | 4 VERSION="12.1.1" |
pascal@6027 | 5 CATEGORY="system-tools" |
pascal@6027 | 6 SHORT_DESC="Performance monitoring tools." |
pascal@6027 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15001 | 8 LICENSE="GPL2" |
pascal@6027 | 9 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@6027 | 10 WEB_SITE="http://sebastien.godard.pagesperso-orange.fr/" |
pascal@6027 | 11 WGET_URL="http://pagesperso-orange.fr/sebastien.godard/$TARBALL" |
pascal@6027 | 12 |
pascal@20606 | 13 BUILD_DEPENDS="gettext bzip2 gcc63 gcc63-lib-base" |
pascal@15001 | 14 |
pascal@6027 | 15 # Rules to configure and make the package. |
pascal@6027 | 16 compile_rules() |
pascal@6027 | 17 { |
pascal@20606 | 18 sed -i 's|(uname -m)|(echo i686)|' configure |
pascal@20606 | 19 export CC=gcc-63 CXX=g++-63 |
erjo@13473 | 20 ./configure $CONFIGURE_ARGS && |
pascal@6027 | 21 make && |
erjo@13473 | 22 make install |
pascal@6027 | 23 } |
pascal@6027 | 24 |
pascal@6027 | 25 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@6027 | 26 genpkg_rules() |
pascal@6027 | 27 { |
pascal@6027 | 28 mkdir -p $fs/usr |
erjo@13473 | 29 cp -a $install/etc $fs |
erjo@13473 | 30 cp -a $install/var $fs |
erjo@13473 | 31 cp -a $install/usr/bin $fs/usr |
erjo@13473 | 32 cp -a $install/usr/lib $fs/usr |
pascal@6027 | 33 } |