# HG changeset patch # User Hans-Günter Theisgen # Date 1578229906 -3600 # Node ID 4fe7e5039acf609f0a47d794d4cfbb3ab773cc7d # Parent fca69926510bc561d7adddfde2b0178bee3ef9d4 updated bozohttpd (20111118 -> 20190228) diff -r fca69926510b -r 4fe7e5039acf bozohttpd/receipt --- a/bozohttpd/receipt Sun Jan 05 13:47:28 2020 +0100 +++ b/bozohttpd/receipt Sun Jan 05 14:11:46 2020 +0100 @@ -1,26 +1,28 @@ # SliTaz package receipt. PACKAGE="bozohttpd" -VERSION="20111118" +VERSION="20190228" CATEGORY="network" -SHORT_DESC="Small and secure http version 1.1 server" +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="http://www.eterna.com.au/$PACKAGE/" + TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="http://www.eterna.com.au/$PACKAGE/$TARBALL" -TAGS="http server lightweight CGI ipv6 ssl" + PROVIDE="lighttpd" - +SUGGESTED="haserl" DEPENDS="openssl" BUILD_DEPENDS="openssl-dev" -SUGGESTED="haserl" # Rules to configure and make the package. compile_rules() { - make -f Makefile.boot all + export LDFLAGS="$LDFLAGS -lrt" # to resolve clock_... + make -f Makefile.boot all && cook_pick_manpages bozohttpd.8 } @@ -28,5 +30,5 @@ genpkg_rules() { mkdir -p $fs/usr/bin - cp -a $src/bozohttpd $fs/usr/bin + cp -a $src/bozohttpd $fs/usr/bin }