SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "duat"

# SliTaz package receipt.

PACKAGE="duat"
VERSION="20150601"
CATEGORY="network"
SHORT_DESC="Versatile Tunneling/Proxy system."
MAINTAINER="pascal.bellard@slitaz.org"
LICENSE="GPL2"
TARBALL="$PACKAGE"
WEB_SITE="https://web.archive.org/web/20210305171528/https://code.google.com/archive/p/duat/"
WGET_URL="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/duat/$TARBALL"

DEPENDS="perl"

# What is the latest version available today?
current_version()
{
    wget -O - $WGET_URL 2>/dev/null | \
    sed '/duat,v/!d;s|.*duat,v ||;s| .*||;q'
}

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