wok-next diff webalizer/receipt @ rev 13704
adding folder creations & perms
author | xfred222 |
---|---|
date | Mon Dec 17 08:42:01 2012 -0500 (2012-12-17) |
parents | 386214f606f5 |
children | 7896f0694ef6 |
line diff
1.1 --- a/webalizer/receipt Thu Jun 24 08:26:30 2010 +0200 1.2 +++ b/webalizer/receipt Mon Dec 17 08:42:01 2012 -0500 1.3 @@ -8,9 +8,11 @@ 1.4 TARBALL="$PACKAGE-$VERSION-src.tar.bz2" 1.5 WEB_SITE="http://www.webalizer.com/" 1.6 WGET_URL="ftp://ftp.mrunix.net/pub/$PACKAGE/$TARBALL" 1.7 +TAGS="logs" 1.8 + 1.9 DEPENDS="libgd zlib db apache" 1.10 BUILD_DEPENDS="libgd libgd-dev zlib-dev db db-dev" 1.11 -TAGS="logs" 1.12 + 1.13 1.14 # Rules to configure and make the package. 1.15 compile_rules() 1.16 @@ -18,10 +20,10 @@ 1.17 cd $src 1.18 sed -i 's/define _LARGEFILE64_SOURCE = 1/define _LARGEFILE64_SOURCE/' \ 1.19 webalizer.c 1.20 - ./configure --prefix=/usr --sysconfdir=/etc \ 1.21 - --mandir=/usr/share/man $CONFIGURE_ARGS && 1.22 + ./configure \ 1.23 + --sysconfdir=/etc && 1.24 make && 1.25 - make DESTDIR=$PWD/_pkg install 1.26 + make DESTDIR=$DESTDIR install 1.27 } 1.28 1.29 # Rules to gen a SliTaz package suitable for Tazpkg.