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 '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d
}

# 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
}

6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)