wok diff dolibarr/receipt @ rev 24494

updated dolibarr (10.0.6 -> 14.0.5)
author Hans-G?nter Theisgen
date Sat Feb 19 13:37:42 2022 +0100 (2022-02-19)
parents 370da83187ab
children 401e930b6a17
line diff
     1.1 --- a/dolibarr/receipt	Fri Feb 04 09:24:50 2022 +0000
     1.2 +++ b/dolibarr/receipt	Sat Feb 19 13:37:42 2022 +0100
     1.3 @@ -1,17 +1,17 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="dolibarr"
     1.7 -VERSION="10.0.6"
     1.8 +VERSION="14.0.5"
     1.9  CATEGORY="office"
    1.10 -SHORT_DESC="ERP/CRM for small and medium companies."
    1.11 +SHORT_DESC="ERP and CRM for small and medium companies."
    1.12  MAINTAINER="erjo@slitaz.org"
    1.13  LICENSE="GPLv3"
    1.14 -WEB_SITE="https://www.dolibarr.fr/"
    1.15 +WEB_SITE="https://www.dolibarr.org/"
    1.16  
    1.17  TARBALL="$PACKAGE-$VERSION.tgz"
    1.18 -WGET_URL="https://sourceforge.net/projects/$PACKAGE/files/Dolibarr%20ERP-CRM/$VERSION/$TARBALL"
    1.19 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.20  
    1.21 -DEPENDS="apache php-apache php-gd php-mysqli"
    1.22 +DEPENDS="apache mysql php-apache php-gd php-mysqli"
    1.23  BUILD_DEPENDS=""
    1.24  
    1.25  # What is the latest version available today?
    1.26 @@ -70,11 +70,12 @@
    1.27  	ln -s /etc/dolibarr/conf.php $fs/usr/share/dolibarr/htdocs/conf
    1.28  }
    1.29  
    1.30 -post_install(){
    1.31 +post_install()
    1.32 +{
    1.33  	db_name=dolibarr
    1.34  	db_user=dolibarr
    1.35  	db_password=dolibarr
    1.36 -	
    1.37 +
    1.38  	# Configure apache server
    1.39  	if [ -f "$1/etc/apache/httpd.conf" ]
    1.40  	  then