SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "ckermit"

# SliTaz package receipt.

PACKAGE="ckermit"
VERSION="9.0.302"
CATEGORY="network"
SHORT_DESC="Portable Scriptable Network and Serial Communication Software."
MAINTAINER="pascal.bellard@slitaz.org"
LICENSE="BSD"
WEB_SITE="http://www.columbia.edu/kermit/ck90.html"
TARBALL="cku${VERSION##*.}.tar.gz"
WGET_URL="http://www.columbia.edu/kermit/ftp/archives/$TARBALL"

DEPENDS="ncurses"
BUILD_DEPENDS="ncurses-dev"

# What is the latest version available today?
current_version()
{
    wget -O - $WEB_SITE 2>/dev/null | \
    sed '/^<td>[0-9]/!d;s|<td>||;s|<.*||;q'
}

# Rules to configure and make the package.
compile_rules()
{
    sed -i 's|uname -m|echo i486|' makefile
    make linux "LNKFLAGS=-lncurses -ltinfo"
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr/bin
    cp $src/wart $fs/usr/bin
    cp $src/wermit $fs/usr/bin
}
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)