wok diff tor-arm/receipt @ rev 17201
remove remmina-plugins
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Oct 09 09:52:41 2014 +0200 (2014-10-09) |
parents | c5f0eed06fa9 |
children | 7390f8de9846 |
line diff
1.1 --- a/tor-arm/receipt Sun Dec 25 15:19:28 2011 +0100 1.2 +++ b/tor-arm/receipt Thu Oct 09 09:52:41 2014 +0200 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 }