wok view bozohttpd/receipt @ rev 15579

Remove cromfs-or-squashfs; add some licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 30 10:06:29 2013 +0000 (2013-11-30)
parents 92c944abb6f5
children a511baf85854
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
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr/bin
29 cp -a $src/bozohttpd $fs/usr/bin
30 }