wok diff cherokee/receipt @ rev 20843

updated dolibarr (3.1.0 -> 9.0.0)
author Hans-G?nter Theisgen
date Wed Feb 20 16:50:55 2019 +0100 (2019-02-20)
parents 92c944abb6f5
children 15e8d94fc34f
line diff
     1.1 --- a/cherokee/receipt	Wed Aug 21 18:41:33 2013 +0000
     1.2 +++ b/cherokee/receipt	Wed Feb 20 16:50:55 2019 +0100
     1.3 @@ -8,7 +8,7 @@
     1.4  LICENSE="GPL2"
     1.5  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.6  WEB_SITE="http://www.cherokee-project.com/"
     1.7 -WGET_URL="http://www.cherokee-project.com/download/1.2/$VERSION/$TARBALL"
     1.8 +WGET_URL="http://www.cherokee-project.com/download/${VERSION%.*}/$VERSION/$TARBALL"
     1.9  PROVIDE="lighttpd"
    1.10  
    1.11  DEPENDS="pcre cyrus-sasl openssl python libmysqlclient libldap ffmpeg"
    1.12 @@ -17,8 +17,6 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	cd $src
    1.17 -	
    1.18  	# Update deprecated symbols of ffmpeg
    1.19  	sed -i 's|hdl->avformat->file_size|avio_size(hdl->avformat)|' cherokee/handler_streaming.c
    1.20  	
    1.21 @@ -55,4 +53,3 @@
    1.22  	cp -a $install/etc $fs
    1.23  	cp -a $stuff/cherokee $fs/etc/init.d
    1.24  }
    1.25 -