wok view bozohttpd/receipt @ rev 15043

libvlc-dev: no more vlc-config ?
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Aug 12 16:26:23 2013 +0000 (2013-08-12)
parents 84ec1c40d51b
children 92c944abb6f5
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"
13 DEPENDS="openssl"
14 BUILD_DEPENDS="openssl-dev"
15 SUGGESTED="haserl"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 make -f Makefile.boot all
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/bin
27 cp -a $src/bozohttpd $fs/usr/bin
28 }