SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "t2"

# SliTaz package receipt.

PACKAGE="t2"
VERSION="8.0-rc2"
CATEGORY="development"
SHORT_DESC="System Development Environment."
MAINTAINER="pascal.bellard@slitaz.org"
TARBALL="$PACKAGE-$VERSION.tar.bz2"
WEB_SITE="http://www.t2-project.org/"
WGET_URL="http://dl.t2-project.org/source/$TARBALL"
DEPENDS="slitaz-toolchain bash ncurses"

# Rules to configure and make the package.
compile_rules()
{
    true
}

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

# Pre and post install commands for Tazpkg.
post_install()
{
    [ -L /usr/bin/wget ] && tazpkg get-install wget --forced
    cat <<EOT
Now you can do:
# cd /usr/lib/t2
# scripts/Config

But read http://www.t2-project.org/handbook/html/t2-book.html before...

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