wok-next diff bozohttpd/receipt @ rev 14743
musl-libc-dev: add linux include links
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jun 14 11:27:43 2013 +0200 (2013-06-14) |
parents | 84ec1c40d51b |
children | 92c944abb6f5 |
line diff
1.1 --- a/bozohttpd/receipt Mon Feb 27 12:53:10 2012 -0800 1.2 +++ b/bozohttpd/receipt Fri Jun 14 11:27:43 2013 +0200 1.3 @@ -5,26 +5,24 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="Small and secure http version 1.1 server" 1.6 MAINTAINER="milka@konstelacioj.info" 1.7 +WEB_SITE="http://www.eterna.com.au/$PACKAGE/" 1.8 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.9 +WGET_URL="http://www.eterna.com.au/$PACKAGE/$TARBALL" 1.10 +TAGS="http server lightweight CGI ipv6 ssl" 1.11 + 1.12 DEPENDS="openssl" 1.13 BUILD_DEPENDS="openssl-dev" 1.14 SUGGESTED="haserl" 1.15 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.16 -WEB_SITE="http://www.eterna.com.au/$PACKAGE/" 1.17 -WGET_URL="http://www.eterna.com.au/$PACKAGE/$TARBALL" 1.18 -TAGS="http server lightweight cgi ipv6 ssl" 1.19 1.20 # Rules to configure and make the package. 1.21 compile_rules() 1.22 { 1.23 - cd $src 1.24 make -f Makefile.boot all 1.25 - mkdir -p $PWD/_pkg/usr/bin 1.26 - mv bozohttpd $PWD/_pkg/usr/bin/ 1.27 } 1.28 1.29 # Rules to gen a SliTaz package suitable for Tazpkg. 1.30 genpkg_rules() 1.31 { 1.32 - mkdir -p $fs/usr 1.33 - cp -a $_pkg/usr/bin $fs/usr 1.34 + mkdir -p $fs/usr/bin 1.35 + cp -a $src/bozohttpd $fs/usr/bin 1.36 }