mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
network/awstats: Updated for version 6.95
This commit is contained in:
parent
c7ad19ba14
commit
70bf258779
4 changed files with 12 additions and 10 deletions
|
@ -3,7 +3,7 @@
|
||||||
# Slackware Package Build Script for awstats
|
# Slackware Package Build Script for awstats
|
||||||
# Home Page http://awstats.sourceforge.net/
|
# Home Page http://awstats.sourceforge.net/
|
||||||
|
|
||||||
# Copyright (c) 2009, Nishant Limbachia (nishant@mnspace.net)
|
# Copyright (c) 2009-2010, Nishant Limbachia, Hoffman Estates, IL, USA (nishant@mnspace.net)
|
||||||
# All rights reserved.
|
# 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
|
||||||
|
@ -27,8 +27,9 @@
|
||||||
# Modified by the SlackBuilds.org project.
|
# Modified by the SlackBuilds.org project.
|
||||||
|
|
||||||
PRGNAM=awstats
|
PRGNAM=awstats
|
||||||
VERSION=6.9
|
VERSION=6.95
|
||||||
ARCH=${ARCH:-noarch}
|
# hardcode ARCH
|
||||||
|
ARCH=noarch
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -83,4 +84,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||||
cat $CWD/doinst.sh > $PKG/install/doinst.sh
|
cat $CWD/doinst.sh > $PKG/install/doinst.sh
|
||||||
|
|
||||||
cd $PKG
|
cd $PKG
|
||||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
|
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
||||||
|
|
|
@ -1,8 +1,10 @@
|
||||||
PRGNAM="awstats"
|
PRGNAM="awstats"
|
||||||
VERSION="6.9"
|
VERSION="6.95"
|
||||||
HOMEPAGE="http://awstats.sourceforge.net/"
|
HOMEPAGE="http://awstats.sourceforge.net/"
|
||||||
DOWNLOAD="http://downloads.sourceforge.net/awstats/awstats-6.9.tar.gz"
|
DOWNLOAD="http://downloads.sourceforge.net/awstats/awstats-6.95.tar.gz"
|
||||||
MD5SUM="fc19dbb8449eccf3300efb30ca3376cb"
|
MD5SUM="26a5b19fa9f395e9e7dafed37b795d7f"
|
||||||
|
DOWNLOAD_x86_64=""
|
||||||
|
MD5SUM_x86_64=""
|
||||||
MAINTAINER="Nishant Limbachia"
|
MAINTAINER="Nishant Limbachia"
|
||||||
EMAIL="nishant@mnspace.net"
|
EMAIL="nishant@mnspace.net"
|
||||||
APPROVED="dsomero,rworkman"
|
APPROVED="Erik Hanson"
|
||||||
|
|
|
@ -11,7 +11,7 @@ config() {
|
||||||
# Otherwise, we leave the .new copy for the admin to consider...
|
# Otherwise, we leave the .new copy for the admin to consider...
|
||||||
}
|
}
|
||||||
|
|
||||||
# Keep same perms on rc.heimdal:
|
# Keep same perms:
|
||||||
if [ -e etc/httpd/extra/httpd-awstats.conf.new ]; then
|
if [ -e etc/httpd/extra/httpd-awstats.conf.new ]; then
|
||||||
cp -a etc/httpd/extra/httpd-awstats.conf.new etc/httpd/extra/httpd-awstats.conf.new.incoming
|
cp -a etc/httpd/extra/httpd-awstats.conf.new etc/httpd/extra/httpd-awstats.conf.new.incoming
|
||||||
cat etc/httpd/extra/httpd-awstats.conf.new > etc/httpd/extra/httpd-awstats.conf.new.incoming
|
cat etc/httpd/extra/httpd-awstats.conf.new > etc/httpd/extra/httpd-awstats.conf.new.incoming
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
# on the right side marks the last column you can put a character in. You must
|
# on the right side marks the last column you can put a character in. You must
|
||||||
# make exactly 11 lines for the formatting to be correct. It's also
|
# make exactly 11 lines for the formatting to be correct. It's also
|
||||||
# customary to leave one space after the ':'.
|
# customary to leave one space after the ':'.
|
||||||
|
|
||||||
|-----handy-ruler------------------------------------------------------|
|
|-----handy-ruler------------------------------------------------------|
|
||||||
awstats: awstats (log analyzer)
|
awstats: awstats (log analyzer)
|
||||||
awstats:
|
awstats:
|
||||||
|
|
Loading…
Reference in a new issue