wok diff dstat/receipt @ rev 3275

galculator: Add chinese name and comment to galculator.desktop
author Chen Yufei <tsjz@ymail.com>
date Tue Jun 02 12:47:11 2009 +0800 (2009-06-02)
parents
children 63b49af1d012
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/dstat/receipt	Tue Jun 02 12:47:11 2009 +0800
     1.3 @@ -0,0 +1,26 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="dstat"
     1.7 +VERSION="0.6.9"
     1.8 +CATEGORY="system-tools"
     1.9 +SHORT_DESC="Versatile tool for generating system resource statistics."
    1.10 +MAINTAINER="paul@slitaz.org"
    1.11 +DEPENDS="python"
    1.12 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.13 +WEB_SITE="http://dag.wieers.com/home-made/dstat/"
    1.14 +WGET_URL="http://dag.wieers.com/home-made/dstat/$TARBALL"
    1.15 +
    1.16 +# Rules to configure and make the package.
    1.17 +compile_rules()
    1.18 +{
    1.19 +	cd $src
    1.20 +	make DESTDIR=$PWD/_pkg install
    1.21 +}
    1.22 +
    1.23 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.24 +genpkg_rules()
    1.25 +{
    1.26 +	mkdir -p $fs/usr/share
    1.27 +	cp -a $_pkg/usr/bin $fs/usr
    1.28 +	cp -a $_pkg/usr/share/dstat $fs/usr/share
    1.29 +}