wok view bozohttpd/receipt @ rev 6324

Up: dosfstools to 3.0.10.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Sep 17 17:06:33 2010 +0000 (2010-09-17)
parents 9d3578b1f87d
children 02bbaa9d12ba
line source
1 # SliTaz package receipt.
3 PACKAGE="bozohttpd"
4 VERSION="20080303"
5 CATEGORY="network"
6 SHORT_DESC="Small and secure http version 1.1 server"
7 MAINTAINER="milka@konstelacioj.info"
8 DEPENDS="openssl"
9 BUILD_DEPENDS="openssl-dev"
10 SUGGESTED="haserl"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WEB_SITE="http://www.eterna.com.au/$PACKAGE/"
13 WGET_URL="http://www.eterna.com.au/$PACKAGE/$TARBALL"
14 TAGS="http server lightweight cgi ipv6 ssl"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 make -f Makefile.boot all
21 mkdir -p $PWD/_pkg/usr/bin
22 mv bozohttpd $PWD/_pkg/usr/bin/
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr
29 cp -a $_pkg/usr/bin $fs/usr
30 strip -s $fs/usr/bin/*
31 }