# HG changeset patch # User Pascal Bellard # Date 1374324925 0 # Node ID a99ae6c1630263ce547464b86cd8753b03652dc8 # Parent acdfd2886c4a83c51109f5593b416384d70229d2 Up: tor-arm (1.4.5.0) diff -r acdfd2886c4a -r a99ae6c16302 tor-arm/receipt --- a/tor-arm/receipt Sat Jul 20 11:14:14 2013 +0000 +++ b/tor-arm/receipt Sat Jul 20 12:55:25 2013 +0000 @@ -1,29 +1,31 @@ # SliTaz package receipt. PACKAGE="tor-arm" -VERSION="1.4.4.1" +VERSION="1.4.5.0" CATEGORY="network" SHORT_DESC="Terminal status monitor for Tor." MAINTAINER="paul@slitaz.org" -DEPENDS="python" -BUILD_DEPENDS="python python-dev" +LICENSE="GPL3" SOURCE="arm" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.atagar.com/arm/download.php" WGET_URL="http://www.atagar.com/arm/resources/static/$TARBALL" +DEPENDS="python" +BUILD_DEPENDS="python python-dev" + # Rules to configure and make the package. compile_rules() { cd $src python setup.py build - python setup.py install --root=$PWD/_pkg + python setup.py install --root=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $_pkg/usr $fs + cp -a $install/usr $fs # remove stuff rm -rf $fs/usr/share/man }