LANGUAGE=english DOCS="CHANGES COPY* Copyright DNS.README INSTALL READM* *.png" IGNOREPATH=/boot:/dev:/home:/mnt:/proc:/root:/tmp:/var:/storage STRIPLIB=y STRIPBIN=y SETATTR=y ARCH=i386 BUILD=1 # pkginfo VERSION=2.01-06 PROGNAME="webalizer" DESC="\ A fast, free web server log file analysis program. Produces HTML output for\n\ viewing with a web browser. Written in C on a Linux platform, however \n\ designed to be as ANSI/POSIX compliant as possible so porting to other UNIX \n\ platforms should be painless. Binary distributions for most popular \n\ platforms are available. Features multiple language support, incremental \n\ processing capabilities, reverse DNS lookup support, export via tab \n\ seperated ascii files to popular databases and spreadsheets, and much more. \n\ Supports standard CLF and combined logs, as well as wu-ftpd xferlog and \n\ squid proxy logs, which can be either in standard text format or gzip \n\ compressed." # maintainer MAINTAINER="Robert Stan " SOURCE=http://www.mrunix.net/webalizer # package name PKGNAME=webalize compile() { tar xvyf $CWD/webalizer-$VERSION-src.tar.bz2 cd webalizer-$VERSION CFLAGS=-O2 ./configure --prefix=/usr --with-language=$LANGUAGE CFLAGS=-O2 make } install() { make install mkdir -p /usr/doc/$PKGNAME-$VERSION cp -a $DOCS /usr/doc/$PKGNAME-$VERSION }