wok rev 14855

Up: tor-arm (1.4.5.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jul 20 12:55:25 2013 +0000 (2013-07-20)
parents acdfd2886c4a
children 6cd6d4cf6628
files tor-arm/receipt
line diff
     1.1 --- a/tor-arm/receipt	Sat Jul 20 11:14:14 2013 +0000
     1.2 +++ b/tor-arm/receipt	Sat Jul 20 12:55:25 2013 +0000
     1.3 @@ -1,29 +1,31 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="tor-arm"
     1.7 -VERSION="1.4.4.1"
     1.8 +VERSION="1.4.5.0"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Terminal status monitor for Tor."
    1.11  MAINTAINER="paul@slitaz.org"
    1.12 -DEPENDS="python"
    1.13 -BUILD_DEPENDS="python python-dev"
    1.14 +LICENSE="GPL3"
    1.15  SOURCE="arm"
    1.16  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.17  WEB_SITE="http://www.atagar.com/arm/download.php"
    1.18  WGET_URL="http://www.atagar.com/arm/resources/static/$TARBALL"
    1.19  
    1.20 +DEPENDS="python"
    1.21 +BUILD_DEPENDS="python python-dev"
    1.22 +
    1.23  # Rules to configure and make the package.
    1.24  compile_rules()
    1.25  {
    1.26  	cd $src
    1.27  	python setup.py build
    1.28 -	python setup.py install --root=$PWD/_pkg
    1.29 +	python setup.py install --root=$DESTDIR
    1.30  }
    1.31  
    1.32  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.33  genpkg_rules()
    1.34  {
    1.35 -	cp -a $_pkg/usr $fs
    1.36 +	cp -a $install/usr $fs
    1.37  	# remove stuff
    1.38  	rm -rf $fs/usr/share/man
    1.39  }