wok-next rev 20261

Up vice (3.1), webalizer (2.23-08)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Nov 07 21:32:21 2017 +0100 (2017-11-07)
parents 0d1f42a8a414
children bdb992ec078a
files vice/receipt webalizer/receipt
line diff
     1.1 --- a/vice/receipt	Tue Nov 07 19:30:20 2017 +0100
     1.2 +++ b/vice/receipt	Tue Nov 07 21:32:21 2017 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="vice"
     1.7 -VERSION="2.2"
     1.8 +VERSION="3.1"
     1.9  CATEGORY="games"
    1.10  SHORT_DESC="Commodore 64 and others emulator."
    1.11  MAINTAINER="devl547@gmail.com"
    1.12 @@ -11,19 +11,16 @@
    1.13  WGET_URL="http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/$TARBALL"
    1.14  
    1.15  DEPENDS="gtk+"
    1.16 -BUILD_DEPENDS="gtk+-dev"
    1.17 +BUILD_DEPENDS="gtk+-dev gettext-tools"
    1.18  
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21  {
    1.22 -	cd $src
    1.23 -	sed -i 's/cp .(fontsdir)/echo &/' data/fonts/Makefile.*
    1.24  	./configure \
    1.25  		--prefix=/usr \
    1.26  		--enable-gnomeui \
    1.27 -		--enable-memmap \
    1.28  		$CONFIGURE_ARGS &&
    1.29 -	make $MAKEFLAGS && make DESTDIR=$DESTDIR install
    1.30 +	make $MAKEFLAGS && make -j 1 DESTDIR=$DESTDIR install
    1.31  }
    1.32  
    1.33  # Rules to gen a SliTaz package suitable for Tazpkg.
     2.1 --- a/webalizer/receipt	Tue Nov 07 19:30:20 2017 +0100
     2.2 +++ b/webalizer/receipt	Tue Nov 07 21:32:21 2017 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="webalizer"
     2.7 -VERSION="2.21-02"
     2.8 +VERSION="2.23-08"
     2.9  CATEGORY="network"
    2.10  SHORT_DESC="Web server log file analysis program."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
    2.12 @@ -12,15 +12,12 @@
    2.13  TAGS="logs"
    2.14  
    2.15  DEPENDS="libgd zlib db apache"
    2.16 -BUILD_DEPENDS="libgd libgd-dev zlib-dev db db-dev"
    2.17 +BUILD_DEPENDS="libgd libgd-dev zlib-dev db db-dev libjpeg-turbo"
    2.18  
    2.19  
    2.20  # Rules to configure and make the package.
    2.21  compile_rules()
    2.22  {
    2.23 -	export LDFLAGS="$LDFLAGS -lpthread"
    2.24 -	sed -i 's/define _LARGEFILE64_SOURCE = 1/define _LARGEFILE64_SOURCE/' \
    2.25 -		webalizer.c
    2.26  	./configure  \
    2.27  		--sysconfdir=/etc &&
    2.28  	make &&