SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "httptunnel"

# SliTaz package receipt.

PACKAGE="httptunnel"
VERSION="3.3"
CATEGORY="network"
SHORT_DESC="httptunnel creates a bidirectianal virtual data connection tunnelled in HTTP requests"
MAINTAINER="slaxemulator@gmail.com"
LICENSE="GPL2"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WEB_SITE="https://github.com/larsbrinkhoff/httptunnel"
WGET_URL="https://ftpmirror.gnu.org/httptunnel/$TARBALL"

# What is the latest version available today?
current_version()
{
    wget -O - $WEB_SITE/commits/master 2>/dev/null | \
    sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
}

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

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

5935 packages and 845883 files in cooking database (Thu Jun 27 00:01:54 2024)