wok rev 24637

updated hatari (2.2.1 -> 2.3.1)
author Hans-G?nter Theisgen
date Wed Mar 09 11:20:01 2022 +0100 (2022-03-09)
parents 47142d560d01
children 8ed7694bbe1f
files hatari/description.txt hatari/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/hatari/description.txt	Wed Mar 09 11:20:01 2022 +0100
     1.3 @@ -0,0 +1,11 @@
     1.4 +Hatari is an Atari ST/STE/TT/Falcon emulator for GNU/Linux,
     1.5 +BSD, Mac OS X, Windows and other systems which are supported
     1.6 +by the SDL library.
     1.7 +The Atari ST was a 16/32 bit computer system which was first
     1.8 +released by Atari in 1985.
     1.9 +Using the Motorola 68000 CPU, it was a very popular computer
    1.10 +having quite a lot of CPU power at that time.
    1.11 +Unlike many other Atari ST emulators which try to give you a
    1.12 +good environment for running GEM applications, Hatari tries
    1.13 +to emulate the hardware of a ST as close as possible so that
    1.14 +it is able to run most of the old ST games and demos.
     2.1 --- a/hatari/receipt	Wed Mar 09 10:55:44 2022 +0100
     2.2 +++ b/hatari/receipt	Wed Mar 09 11:20:01 2022 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="hatari"
     2.7 -VERSION="2.2.1"
     2.8 +VERSION="2.3.1"
     2.9  CATEGORY="misc"
    2.10  SHORT_DESC="An Atari ST/STE/TT/Falcon emulator."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
    2.12 @@ -9,11 +9,11 @@
    2.13  WEB_SITE="https://hatari.tuxfamily.org/"
    2.14  
    2.15  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.16 -WGET_URL="http://download.tuxfamily.org/$PACKAGE/$VERSION/$TARBALL"
    2.17 +WGET_URL="https://download.tuxfamily.org/$PACKAGE/$VERSION/$TARBALL"
    2.18  
    2.19 -DEPENDS="libdb libpng libsdl2 portaudio python readline zlib"
    2.20 -BUILD_DEPENDS="cmake libpng-dev libsdl2-dev portaudio-dev 
    2.21 -	python-dev readline-dev udev-dev xorg-dev zlib-dev"
    2.22 +DEPENDS="libdb libpng libsdl2 portaudio py3k readline zlib"
    2.23 +BUILD_DEPENDS="cmake libpng-dev libsdl2-dev portaudio-dev py3k-dev
    2.24 +	readline-dev udev-dev xorg-dev zlib-dev"
    2.25  
    2.26  current_version()
    2.27  {
    2.28 @@ -27,14 +27,14 @@
    2.29  	export LDFLAGS="$LDFLAGS -ltinfo"
    2.30  
    2.31  	./configure --prefix=/usr &&
    2.32 -	make -j 1 &&
    2.33 +	make &&
    2.34  
    2.35  	sed -i "s|\t/usr|\t$DESTDIR/usr|" share/cmake_install.cmake
    2.36 -	make DESTDIR=$DESTDIR install
    2.37 +	make install DESTDIR=$DESTDIR
    2.38  }
    2.39  
    2.40  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.41  genpkg_rules()
    2.42  {
    2.43 -	cp -a $install/* $fs/
    2.44 +	cp -a $install/*	$fs
    2.45  }