wok-next diff apache/receipt @ rev 15361
tuxmath: add -lt4k_common
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Oct 02 10:41:05 2013 +0000 (2013-10-02) |
parents | 390a5a938ba6 |
children | 73910552a828 |
line diff
1.1 --- a/apache/receipt Wed Jul 17 13:31:24 2013 +0200 1.2 +++ b/apache/receipt Wed Oct 02 10:41:05 2013 +0000 1.3 @@ -5,18 +5,20 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="Secure, efficient and extensible HTTP server." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="Apache" 1.8 SOURCE="httpd" 1.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.10 WEB_SITE="http://www.apache.org/" 1.11 WGET_URL="${WEB_SITE}dist/$SOURCE/$TARBALL" 1.12 -DEPENDS="apr-util apr openssl pcre util-linux-uuid expat zlib" 1.13 -BUILD_DEPENDS="apr-util-dev apr-dev openssl-dev sed expat-dev zlib-dev \ 1.14 -util-linux-uuid-dev openldap-dev bash" 1.15 CONFIG_FILES="/etc/apache /var/www /etc/ssl/apache" 1.16 TAZPANEL_DAEMON="edit::/etc/apache/httpd.conf|web::$WEB_SITE" 1.17 PROVIDE="lighttpd" 1.18 TAGS="webserver http server" 1.19 1.20 +DEPENDS="apr-util apr openssl pcre util-linux-uuid expat zlib" 1.21 +BUILD_DEPENDS="apr-util-dev apr-dev openssl-dev sed expat-dev zlib-dev \ 1.22 +util-linux-uuid-dev openldap-dev bash" 1.23 + 1.24 # Rules to configure and make the package. 1.25 compile_rules() 1.26 { 1.27 @@ -37,14 +39,14 @@ 1.28 { 1.29 mkdir -p $fs/usr/share/apache $fs/etc/init.d $fs/etc/apache/conf.d 1.30 mkdir -p $fs/etc/ssl/apache 1.31 - cp -a $_pkg/usr/share/apache/icons $fs/usr/share/apache 1.32 - cp -a $_pkg/usr/share/apache/error $fs/usr/share/apache 1.33 - cp -a $_pkg/usr/share/apache/modules $fs/usr/share/apache 1.34 - cp -a $_pkg/usr/bin $fs/usr 1.35 + cp -a $install/usr/share/apache/icons $fs/usr/share/apache 1.36 + cp -a $install/usr/share/apache/error $fs/usr/share/apache 1.37 + cp -a $install/usr/share/apache/modules $fs/usr/share/apache 1.38 + cp -a $install/usr/bin $fs/usr 1.39 rm -r $fs/usr/bin/apxs 1.40 - cp -a $_pkg/etc $fs 1.41 + cp -a $install/etc $fs 1.42 rm -rf $fs/etc/apache/original 1.43 - cp -a $_pkg/var $fs 1.44 + cp -a $install/var $fs 1.45 1.46 cp -a $stuff/apache $fs/etc/init.d 1.47 mkdir -p $fs/etc/apache/extra