wok view bozohttpd/receipt @ rev 15481

Add memtester
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Nov 10 15:03:57 2013 +0000 (2013-11-10)
parents 7a526dcd4932
children eb8067417980
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 WEB_SITE="http://www.eterna.com.au/$PACKAGE/"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WGET_URL="http://www.eterna.com.au/$PACKAGE/$TARBALL"
11 TAGS="http server lightweight CGI ipv6 ssl"
12 PROVIDE="lighttpd"
14 DEPENDS="openssl"
15 BUILD_DEPENDS="openssl-dev"
16 SUGGESTED="haserl"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 make -f Makefile.boot all
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/bin
28 cp -a $src/bozohttpd $fs/usr/bin
29 }