wok-next view bozohttpd/receipt @ rev 21247

updated cyrus-imapd (2.4.17 -> 3.0.12)
author Hans-G?nter Theisgen
date Thu Dec 05 16:28:27 2019 +0100 (2019-12-05)
parents d5aab818505e
children ce0470d0a8b1
line source
1 # SliTaz package receipt v2.
3 PACKAGE="bozohttpd"
4 VERSION="20111118"
5 CATEGORY="network"
6 SHORT_DESC="Small and secure HTTP/1.1 server"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://www.eterna.com.au/bozohttpd/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://www.eterna.com.au/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="openssl-dev"
16 compile_rules() {
17 make -f Makefile.boot all || return 1
19 install -Dm755 bozohttpd $install/usr/bin/bozohttpd
20 cook_pick_manpages bozohttpd.8
21 }
23 genpkg_rules() {
24 copy @std
25 DEPENDS="openssl"
26 PROVIDE="lighttpd"
27 SUGGESTED="haserl"
28 TAGS="http server lightweight CGI ipv6 SSL"
29 }