wok diff apache-dev/receipt @ rev 23824
Up openssh (8.3p1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu May 28 13:18:28 2020 +0000 (2020-05-28) |
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 Thu May 28 13:18:28 2020 +0000 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 -