wok diff nginx/receipt @ rev 25503

f3: include extra programs
author Hans-G?nter Theisgen
date Fri Jan 27 10:37:43 2023 +0100 (16 months ago)
parents 83b97236db32
children 4f02a37747b4
line diff
     1.1 --- a/nginx/receipt	Sat Feb 12 11:42:56 2022 +0000
     1.2 +++ b/nginx/receipt	Fri Jan 27 10:37:43 2023 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="nginx"
     1.7 -VERSION="1.19.0"
     1.8 +VERSION="1.21.6"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Asynchronous HTTP server designed for heavy loads and mail proxy."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -12,7 +12,7 @@
    1.13  WGET_URL="${WEB_SITE}download//$TARBALL"
    1.14  
    1.15  PROVIDE="lighttpd"
    1.16 -SUGGESTED="php perl python"
    1.17 +SUGGESTED="perl php python"
    1.18  DEPENDS="openssl pcre zlib"
    1.19  BUILD_DEPENDS="openssl-dev pcre-dev zlib-dev"
    1.20  
    1.21 @@ -57,18 +57,19 @@
    1.22  		--with-http_flv_module					\
    1.23  		--with-http_ssl_module					\
    1.24  		--with-http_dav_module					\
    1.25 -		--with-mail --with-mail_ssl_module			\
    1.26 +		--with-mail						\
    1.27 +		--with-mail_ssl_module					\
    1.28  		--user=80						\
    1.29  		--group=80 &&
    1.30  	make &&
    1.31 -	make DESTDIR=$DESTDIR install
    1.32 +	make install DESTDIR=$DESTDIR
    1.33  }
    1.34  
    1.35  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.36  # On SliTaz Lighttpd runs as user/group : www/www or 80/80.
    1.37  genpkg_rules()
    1.38  {
    1.39 -	cp -a $install/*	$fs/
    1.40 +	cp -a $install/*	$fs
    1.41  	rm -rf			$fs/usr/html
    1.42  	cp -a stuff/*		$fs
    1.43  	sed -i 's/#user  nobody;/user  www;/' \