wok-current diff apache-dev/receipt @ rev 16836
Up netsurf (3.1)
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Sat Jul 12 18:54:52 2014 +0000 (2014-07-12) |
parents | 390a5a938ba6 |
children | 903156784651 |
line diff
1.1 --- a/apache-dev/receipt Wed Jul 17 13:31:24 2013 +0200 1.2 +++ b/apache-dev/receipt Sat Jul 12 18:54:52 2014 +0000 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="HTTP server development files." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="Apache" 1.8 WEB_SITE="http://www.apache.org/" 1.9 SOURCE="httpd" 1.10 WANTED="apache" 1.11 @@ -13,8 +14,8 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/usr/share/apache $fs/usr/bin 1.15 - cp -a $_pkg/usr/include $fs/usr 1.16 - cp -a $_pkg/usr/bin/apxs $fs/usr/bin 1.17 - cp -a $_pkg/usr/share/apache/build $fs/usr/share/apache 1.18 + cp -a $install/usr/include $fs/usr 1.19 + cp -a $install/usr/bin/apxs $fs/usr/bin 1.20 + cp -a $install/usr/share/apache/build $fs/usr/share/apache 1.21 } 1.22