SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "tor-arm"

# 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
}

3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)