wok diff dstat/receipt @ rev 16007

Add go mode for emacs (1.2.1)
author Dominique Corbex <domcox@slitaz.org>
date Tue Mar 04 13:27:14 2014 +0100 (2014-03-04)
parents 7570ed4b268f
children 3a7c869c0faf
line diff
     1.1 --- a/dstat/receipt	Mon Nov 01 23:35:56 2010 +0000
     1.2 +++ b/dstat/receipt	Tue Mar 04 13:27:14 2014 +0100
     1.3 @@ -5,23 +5,25 @@
     1.4  CATEGORY="system-tools"
     1.5  SHORT_DESC="Versatile tool for generating system resource statistics."
     1.6  MAINTAINER="paul@slitaz.org"
     1.7 -DEPENDS="python"
     1.8 +LICENSE="GPL2"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.10  WEB_SITE="http://dag.wieers.com/home-made/dstat/"
    1.11  WGET_URL="http://dag.wieers.com/home-made/dstat/$TARBALL"
    1.12  TAGS="resource system monitor stats statistics"
    1.13  
    1.14 +DEPENDS="python"
    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 +	make DESTDIR=$DESTDIR install
    1.22  }
    1.23  
    1.24  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.25  genpkg_rules()
    1.26  {
    1.27  	mkdir -p $fs/usr/share
    1.28 -	cp -a $_pkg/usr/bin $fs/usr
    1.29 -	cp -a $_pkg/usr/share/dstat $fs/usr/share
    1.30 +	cp -a $install/usr/bin $fs/usr
    1.31 +	cp -a $install/usr/share/dstat $fs/usr/share
    1.32  }