SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "tintin++"

# SliTaz package receipt.

PACKAGE="tintin++"
VERSION="2.00.8"
CATEGORY="games"
SHORT_DESC="Terminal-based MUD client"
MAINTAINER="samuel_trassare@yahoo.com"
WEB_SITE="http://tintin.sourceforge.net"
TARBALL="tintin-$VERSION.tar.gz"
WGET_URL="http://sourceforge.net/projects/tintin/files/TinTin%2B%2B%20Source%20Code/$VERSION/$TARBALL"

DEPENDS="pcre"

# Rules to configure and make the package.
compile_rules()
{
    cd $src/src
    ./configure $CONFIGURE_ARGS && 
    make && 
    make install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    cp -a $install/* $fs
}
3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)