wok diff phpldapadmin/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 5ea0ce1cecc0
children 0262035dc1e7
line diff
     1.1 --- a/phpldapadmin/receipt	Tue Jun 08 08:46:05 2021 +0000
     1.2 +++ b/phpldapadmin/receipt	Fri Jan 27 10:37:43 2023 +0100
     1.3 @@ -1,15 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="phpldapadmin"
     1.7 -VERSION="1.2.5"
     1.8 +VERSION="1.2.6.3"
     1.9  CATEGORY="misc"
    1.10  SHORT_DESC="Administration of LDAP over the Web."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="GPL2"
    1.13 -WEB_SITE="https://github.com/leenooks/phpLDAPadmin/"
    1.14 +WEB_SITE="https://github.com/leenooks/phpLDAPadmin"
    1.15  
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WGET_URL="${WEB_SITE}archive/$VERSION.tar.gz"
    1.18 +WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"
    1.19  
    1.20  DEPENDS="php-ldap"
    1.21  
    1.22 @@ -35,7 +35,8 @@
    1.23  	ln -s /etc/phpldapadmin $fs/usr/share/phpldapadmin/config
    1.24  	mv $fs/etc/phpldapadmin/config.php.example	$fs/etc/phpldapadmin/config.php
    1.25  	cp $stuff/phpldapadmin.desktop			$fs/usr/share/applications
    1.26 -	chown -R www.www $fs/usr/share/phpldapadmin	$fs/etc/phpldapadmin
    1.27 +	chown -R www.www				$fs/usr/share/phpldapadmin
    1.28 +	chown -R www.www				$fs/etc/phpldapadmin
    1.29  	chmod 700 					$fs/etc/phpldapadmin
    1.30  	chmod 600					$fs/etc/phpldapadmin/config.php
    1.31  }
    1.32 @@ -57,7 +58,7 @@
    1.33  		  then
    1.34  	    		sed -e 's|.*"/examples/" => "/usr/share/examples/",|    "/examples/" => "/usr/share/examples/",\n    "/phpldapadmin/" => "/usr/share/phpldapadmin/",|g' -i "$1/etc/lighttpd/lighttpd.conf"
    1.35  			if [ -z "$1" ]
    1.36 -			 then
    1.37 +			  then
    1.38  				# Start Web server.
    1.39  				/etc/init.d/lighttpd stop
    1.40  				/etc/init.d/lighttpd start