wok view sysstat/receipt @ rev 14019

Up gst-plugins-good (0.10.31)
author Dominique Corbex <domcox@slitaz.org>
date Sun Feb 17 20:02:24 2013 +0100 (2013-02-17)
parents 1f09198f8c07
children 408c87fa22ca
line source
1 # SliTaz package receipt.
3 PACKAGE="sysstat"
4 VERSION="10.0.5"
5 CATEGORY="system-tools"
6 SHORT_DESC="Performance monitoring tools."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 BUILD_DEPENDS="gettext bzip2"
10 WEB_SITE="http://sebastien.godard.pagesperso-orange.fr/"
11 WGET_URL="http://pagesperso-orange.fr/sebastien.godard/$TARBALL"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $src
17 ./configure $CONFIGURE_ARGS &&
18 make &&
19 make install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr
26 cp -a $install/etc $fs
27 cp -a $install/var $fs
28 cp -a $install/usr/bin $fs/usr
29 cp -a $install/usr/lib $fs/usr
30 }