diff options
author | Nishant Limbachia <nishant@mnspace.net> | 2011-03-03 11:01:00 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-03-04 10:12:48 -0600 |
commit | 56cd7da280eb6bd645638604263fb8656038bb1f (patch) | |
tree | 58fbd3e300983809a099f6d2d74345d9ca622268 /network/awstats/awstats.SlackBuild | |
parent | aed5eec9ff732cadfcf6740261b7545084c4aa9c (diff) | |
download | slackbuilds-56cd7da280eb6bd645638604263fb8656038bb1f.tar.gz |
network/awstats: Updated for version 7.0.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/awstats/awstats.SlackBuild')
-rw-r--r-- | network/awstats/awstats.SlackBuild | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/network/awstats/awstats.SlackBuild b/network/awstats/awstats.SlackBuild index abc0a20b5e..9403c14d53 100644 --- a/network/awstats/awstats.SlackBuild +++ b/network/awstats/awstats.SlackBuild @@ -3,13 +3,14 @@ # Slackware Package Build Script for awstats # Home Page http://awstats.sourceforge.net/ -# Copyright (c) 2009-2010, Nishant Limbachia, Hoffman Estates, IL, USA (nishant@mnspace.net) +# Copyright (c) 2009-2011, Nishant Limbachia, Hoffman Estates, IL, USA +# <nishant _AT_ mnspace _DOT_ net> # All rights reserved. # -# Redistribution and use of this script, with or without modification, is +# Redistribution and use of this script, with or without modification, is # permitted provided that the following conditions are met: # -# 1. Redistributions of script must retain the above copyright notice, +# 1. Redistributions of script must retain the above copyright notice, # this list of conditions and the following disclaimer. # # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS @@ -27,7 +28,7 @@ # Modified by the SlackBuilds.org project. PRGNAM=awstats -VERSION=6.95 +VERSION=${VERSION:-7.0} # hardcode ARCH ARCH=noarch BUILD=${BUILD:-1} @@ -59,7 +60,7 @@ find . \ -exec chmod 644 {} \; # Patch httpd_conf file supplied by awstats to correct paths -sed s:@DOCROOT@:$DOCROOT: $CWD/patches/httpd-awstats.conf.patch | patch -p0 +sed s:@DOCROOT@:$DOCROOT: $CWD/patches/httpd-awstats.conf.patch | patch -p0 # Patch awstats_configure.pl file -- see patch header for details sed s:@DOCROOT@:$DOCROOT: $CWD/patches/awstats_configure.pl.patch | patch -p0 @@ -69,14 +70,14 @@ mkdir -m 0770 -p $PKG/var/lib/awstats cp -a README.TXT docs/* $PKG/usr/doc/$PRGNAM-$VERSION cp -a tools wwwroot $PKG/$DOCROOT/awstats -install -m 0644 wwwroot/cgi-bin/awstats.model.conf $PKG/etc/awstats +install -m 0644 -D wwwroot/cgi-bin/awstats.model.conf $PKG/etc/awstats/awstats.model.conf.new cat tools/httpd_conf >> $PKG/etc/httpd/extra/httpd-awstats.conf.new # Create a symlink mkdir -p $PKG/usr/bin ln -sf ${DOCROOT}/awstats/wwwroot/cgi-bin/awstats.pl $PKG/usr/bin/awstats.pl -# Change ownership and perms +# Change ownership and perms chown -R $AWUSER:$AWGROUP $PKG/$DOCROOT/$PRGNAM $PKG/var/lib/awstats mkdir -p $PKG/install |