wok diff vice/receipt @ rev 22760

updated findutils (4.6.0 -> 4.7.0)
author Hans-G?nter Theisgen
date Fri Jan 24 17:10:12 2020 +0100 (2020-01-24)
parents 3705d68ed8f3
children 5f6c5106b1f5
line diff
     1.1 --- a/vice/receipt	Sat Feb 24 12:51:10 2018 +0100
     1.2 +++ b/vice/receipt	Fri Jan 24 17:10:12 2020 +0100
     1.3 @@ -1,35 +1,37 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="vice"
     1.7 -VERSION="3.0"
     1.8 +VERSION="3.3"
     1.9  CATEGORY="games"
    1.10  SHORT_DESC="Commodore 64 and others emulator."
    1.11  MAINTAINER="devl547@gmail.com"
    1.12  LICENSE="GPL2"
    1.13 +WEB_SITE="http://www.viceteam.org/"
    1.14 +
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 -WEB_SITE="http://www.viceteam.org/"
    1.17  WGET_URL="$SF_MIRROR/vice-emu/files/releases/$TARBALL"
    1.18  
    1.19 -DEPENDS="gtk+"
    1.20 -BUILD_DEPENDS="gtk+-dev xorg-bdftopcf xorg-mkfontdir"
    1.21 +DEPENDS="gtk+ libsdl2 readline"
    1.22 +BUILD_DEPENDS="gtk+-dev libsdl2-dev readline-dev xa xorg-bdftopcf xorg-mkfontdir"
    1.23  
    1.24  # Rules to configure and make the package.
    1.25  compile_rules()
    1.26  {
    1.27  	sed -i 's|uname -m|echo i486|' src/lib/liblame/Makefile.unix
    1.28  	sed -i 's/cp .(fontsdir)/echo &/' data/fonts/Makefile.*
    1.29 -	./configure \
    1.30 -		--prefix=/usr \
    1.31 -		--enable-gnomeui \
    1.32 -		--enable-memmap \
    1.33 +
    1.34 +	./configure		\
    1.35 +		--prefix=/usr	\
    1.36  		$CONFIGURE_ARGS &&
    1.37 -	make $MAKEFLAGS && make DESTDIR=$DESTDIR install
    1.38 +	make $MAKEFLAGS &&
    1.39 +	make DESTDIR=$DESTDIR install
    1.40  }
    1.41  
    1.42  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.43  genpkg_rules()
    1.44  {
    1.45  	mkdir -p $fs/usr/
    1.46 -	cp -a $install/usr/bin $fs/usr/
    1.47 -	cp -a $install/usr/lib $fs/usr/
    1.48 +
    1.49 +	cp -a $install/usr/bin	$fs/usr/
    1.50 +	cp -a $install/usr/lib	$fs/usr/
    1.51  }