wok view bozohttpd/receipt @ rev 22521

updated autofs (5.1.4 -> 5.1.6)
author Hans-G?nter Theisgen
date Thu Jan 02 10:33:19 2020 +0100 (2020-01-02)
parents eb8067417980
children 4fe7e5039acf
line source
1 # SliTaz package receipt.
3 PACKAGE="bozohttpd"
4 VERSION="20111118"
5 CATEGORY="network"
6 SHORT_DESC="Small and secure http version 1.1 server"
7 MAINTAINER="milka@konstelacioj.info"
8 LICENSE="BSD"
9 WEB_SITE="http://www.eterna.com.au/$PACKAGE/"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WGET_URL="http://www.eterna.com.au/$PACKAGE/$TARBALL"
12 TAGS="http server lightweight CGI ipv6 ssl"
13 PROVIDE="lighttpd"
15 DEPENDS="openssl"
16 BUILD_DEPENDS="openssl-dev"
17 SUGGESTED="haserl"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 make -f Makefile.boot all
24 cook_pick_manpages bozohttpd.8
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 mkdir -p $fs/usr/bin
31 cp -a $src/bozohttpd $fs/usr/bin
32 }