SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "tree"

# SliTaz package receipt.

PACKAGE="tree"
VERSION="1.6.0"
CATEGORY="utilities"
SHORT_DESC="Recursive directory listing program"
MAINTAINER="MikeDSmith25@gmail.com"
TARBALL="$PACKAGE-$VERSION.tgz"
WEB_SITE="http://mama.indstate.edu/users/ice/tree/"
WGET_URL="ftp://mama.indstate.edu/linux/tree/$TARBALL"

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    make
    make BINDIR=$DESTDIR/usr/bin MANDIR=$DESTDIR/usr/share/man install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr
    cp -a $install/usr/bin $fs/usr
}

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