wok annotate 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
rev   line source
milka@1134 1 # SliTaz package receipt.
milka@1134 2
milka@1134 3 PACKAGE="bozohttpd"
milka@1134 4 VERSION="20080303"
milka@1134 5 CATEGORY="network"
milka@1134 6 SHORT_DESC="Small and secure http version 1.1 server"
milka@1134 7 MAINTAINER="milka@konstelacioj.info"
milka@1134 8 DEPENDS="openssl"
milka@1134 9 BUILD_DEPENDS="openssl-dev"
milka@1134 10 SUGGESTED="haserl"
milka@1134 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
milka@1134 12 WEB_SITE="http://www.eterna.com.au/$PACKAGE/"
milka@1134 13 WGET_URL="http://www.eterna.com.au/$PACKAGE/$TARBALL"
jozee@3568 14 TAGS="http server lightweight cgi ipv6 ssl"
milka@1134 15
milka@1134 16 # Rules to configure and make the package.
milka@1134 17 compile_rules()
milka@1134 18 {
milka@1134 19 cd $src
milka@1134 20 make -f Makefile.boot all
milka@1134 21 mkdir -p $PWD/_pkg/usr/bin
milka@1134 22 mv bozohttpd $PWD/_pkg/usr/bin/
milka@1134 23 }
milka@1134 24
milka@1134 25 # Rules to gen a SliTaz package suitable for Tazpkg.
milka@1134 26 genpkg_rules()
milka@1134 27 {
erjo@1142 28 mkdir -p $fs/usr
milka@1134 29 cp -a $_pkg/usr/bin $fs/usr
milka@1134 30 strip -s $fs/usr/bin/*
erjo@1142 31 }