wok diff apache-doc/receipt @ rev 2549
apache-dev, apache-doc, apr-util-dev: fix genpkg_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Mar 26 11:06:18 2009 +0000 (2009-03-26) |
parents | 1c31c18f3b12 |
children | e9b5cd52f160 |
line diff
1.1 --- a/apache-doc/receipt Mon Mar 16 12:42:07 2009 +0000 1.2 +++ b/apache-doc/receipt Thu Mar 26 11:06:18 2009 +0000 1.3 @@ -6,12 +6,15 @@ 1.4 SHORT_DESC="HTTP server documentation files." 1.5 MAINTAINER="pascal.bellard@slitaz.org" 1.6 WEB_SITE="http://www.apache.org/" 1.7 +SOURCE="httpd" 1.8 WANTED="apache" 1.9 1.10 # Rules to gen a SliTaz package suitable for Tazpkg. 1.11 genpkg_rules() 1.12 { 1.13 mkdir -p $fs/usr/share 1.14 + _pkg=$WOK/$SOURCE-$VERSION/_pkg 1.15 cp -a $_pkg/usr/share/doc $fs/usr/share 1.16 + 1.17 } 1.18