SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "ranger"

# SliTaz package receipt.

PACKAGE="ranger"
VERSION="1.5.2"
CATEGORY="utilities"
SHORT_DESC="File manager."
MAINTAINER="paul@slitaz.org"
DEPENDS="python"
BUILD_DEPENDS="python python-dev"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WEB_SITE="http://nongnu.org/ranger/"
WGET_URL="http://nongnu.org/ranger/$PACKAGE-stable.tar.gz"

# 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 man stuff
    rm -rf $fs/usr/share
}

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