wok diff bozohttpd/receipt @ rev 1134
Added bozohttpd, haserl, haserl-lua and o3read receipts
author | Micha?l Dupont <milka@konstelacioj.info> |
---|---|
date | Thu Jul 24 01:01:10 2008 +0200 (2008-07-24) |
parents | |
children | 9d3578b1f87d |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/bozohttpd/receipt Thu Jul 24 01:01:10 2008 +0200 1.3 @@ -0,0 +1,31 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="bozohttpd" 1.7 +VERSION="20080303" 1.8 +CATEGORY="network" 1.9 +SHORT_DESC="Small and secure http version 1.1 server" 1.10 +MAINTAINER="milka@konstelacioj.info" 1.11 +DEPENDS="openssl" 1.12 +BUILD_DEPENDS="openssl-dev" 1.13 +SUGGESTED="haserl" 1.14 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.15 +WEB_SITE="http://www.eterna.com.au/$PACKAGE/" 1.16 +WGET_URL="http://www.eterna.com.au/$PACKAGE/$TARBALL" 1.17 + 1.18 +# Rules to configure and make the package. 1.19 +compile_rules() 1.20 +{ 1.21 + cd $src 1.22 + make -f Makefile.boot all 1.23 + mkdir -p $PWD/_pkg/usr/bin 1.24 + mv bozohttpd $PWD/_pkg/usr/bin/ 1.25 +} 1.26 + 1.27 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.28 +genpkg_rules() 1.29 +{ 1.30 + mkdir -p _pkg/usr 1.31 + cp -a $_pkg/usr/bin $fs/usr 1.32 + 1.33 + strip -s $fs/usr/bin/* 1.34 +} 1.35 \ No newline at end of file