wok diff apache-dev/receipt @ rev 23406

updated perl-text-template (1.44 -> 1.58)
author Hans-G?nter Theisgen
date Wed Apr 01 06:37:49 2020 +0100 (2020-04-01)
parents 903156784651
children 0b02213fe0a1
line diff
     1.1 --- a/apache-dev/receipt	Thu Aug 06 12:50:00 2015 +0200
     1.2 +++ b/apache-dev/receipt	Wed Apr 01 06:37:49 2020 +0100
     1.3 @@ -1,21 +1,23 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="apache-dev"
     1.7 -VERSION="2.4.16"
     1.8 +VERSION="2.4.41"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="HTTP server development files."
    1.11 +SHORT_DESC="HTTP server - development files."
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="Apache"
    1.14 -WEB_SITE="http://www.apache.org/"
    1.15 +WEB_SITE="https://www.apache.org/"
    1.16 +
    1.17  SOURCE="httpd"
    1.18  WANTED="apache"
    1.19  
    1.20  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.21  genpkg_rules()
    1.22  {
    1.23 -	mkdir -p $fs/usr/share/apache $fs/usr/bin
    1.24 -	cp -a $install/usr/include $fs/usr
    1.25 -	cp -a $install/usr/bin/apxs $fs/usr/bin
    1.26 -	cp -a $install/usr/share/apache/build $fs/usr/share/apache
    1.27 +	mkdir -p $fs/usr/share/apache
    1.28 +	mkdir -p $fs/usr/bin
    1.29 +
    1.30 +	cp -a $install/usr/include		$fs/usr
    1.31 +	cp -a $install/usr/bin/apxs		$fs/usr/bin
    1.32 +	cp -a $install/usr/share/apache/build	$fs/usr/share/apache
    1.33  }
    1.34 -