# SliTaz package receipt.

PACKAGE="tor-arm"
VERSION="1.4.4.1"
CATEGORY="network"
SHORT_DESC="Terminal status monitor for Tor."
MAINTAINER="paul@slitaz.org"
DEPENDS="python"
BUILD_DEPENDS="python python-dev"
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"

# Rules to configure and make the package.
compile_rules()
{
	cd $src
	python setup.py build
	python setup.py install --root=$PWD/_pkg
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
	cp -a $_pkg/usr $fs
	# remove stuff
	rm -rf $fs/usr/share/man
}