SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "bozohttpd"

# SliTaz package receipt.

PACKAGE="bozohttpd"
VERSION="20210227"
CATEGORY="network"
TAGS="http server lightweight CGI ipv6 ssl"
SHORT_DESC="Small and secure http version 1.1 server."
MAINTAINER="milka@konstelacioj.info"
LICENSE="BSD"
WEB_SITE="https://web.archive.org/web/20231024192649/http://www.eterna.com.au/bozohttpd/"

TARBALL="$PACKAGE-$VERSION.tar.bz2"
WGET_URL="https://web.archive.org/web/20220310060548if_/http://www.eterna.com.au/$PACKAGE/$TARBALL"

PROVIDE="lighttpd"
SUGGESTED="haserl"
DEPENDS="openssl"
BUILD_DEPENDS="openssl-dev"

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

# Rules to configure and make the package.
compile_rules()
{
    export    LDFLAGS="$LDFLAGS -lrt"    # to resolve clock_...

    make -f Makefile.boot all &&
    cook_pick_manpages bozohttpd.8
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr/bin
    cp -a $src/bozohttpd    $fs/usr/bin
}
5935 packages and 845883 files in cooking database (Sun Jun 30 00:45:24 2024)