wok-next view bozohttpd/receipt @ rev 21020
Cleaning is almost finished... I should proceed to upgrades.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Nov 02 14:15:08 2018 +0200 (2018-11-02) |
parents | a511baf85854 |
children | aa1e58c82d61 |
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 }