wok view bozohttpd/receipt @ rev 1481

update BUILD_DEPENDS for easytag gnome-doc-utils libglade libgnomeprint libsexy
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 04 19:30:08 2008 +0000 (2008-10-04)
parents 30f642df947e
children f9e78593eb58
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"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 make -f Makefile.boot all
20 mkdir -p $PWD/_pkg/usr/bin
21 mv bozohttpd $PWD/_pkg/usr/bin/
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr
28 cp -a $_pkg/usr/bin $fs/usr
29 strip -s $fs/usr/bin/*
30 }