wok view tor-arm/receipt @ rev 13880

busybox/busybox-static: add vi, less, nc
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jan 17 14:05:32 2013 +0100 (2013-01-17)
parents
children a99ae6c16302
line source
1 # SliTaz package receipt.
3 PACKAGE="tor-arm"
4 VERSION="1.4.4.1"
5 CATEGORY="network"
6 SHORT_DESC="Terminal status monitor for Tor."
7 MAINTAINER="paul@slitaz.org"
8 DEPENDS="python"
9 BUILD_DEPENDS="python python-dev"
10 SOURCE="arm"
11 TARBALL="$SOURCE-$VERSION.tar.bz2"
12 WEB_SITE="http://www.atagar.com/arm/download.php"
13 WGET_URL="http://www.atagar.com/arm/resources/static/$TARBALL"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 python setup.py build
20 python setup.py install --root=$PWD/_pkg
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $_pkg/usr $fs
27 # remove stuff
28 rm -rf $fs/usr/share/man
29 }