# HG changeset patch # User Hans-G?nter Theisgen # Date 1646821201 -3600 # Node ID 4dd970e17c72d5619f6d124c792578c5f7132aaa # Parent 47142d560d01995745d9ce269b39799effdbbd8b updated hatari (2.2.1 -> 2.3.1) diff -r 47142d560d01 -r 4dd970e17c72 hatari/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/hatari/description.txt Wed Mar 09 11:20:01 2022 +0100 @@ -0,0 +1,11 @@ +Hatari is an Atari ST/STE/TT/Falcon emulator for GNU/Linux, +BSD, Mac OS X, Windows and other systems which are supported +by the SDL library. +The Atari ST was a 16/32 bit computer system which was first +released by Atari in 1985. +Using the Motorola 68000 CPU, it was a very popular computer +having quite a lot of CPU power at that time. +Unlike many other Atari ST emulators which try to give you a +good environment for running GEM applications, Hatari tries +to emulate the hardware of a ST as close as possible so that +it is able to run most of the old ST games and demos. diff -r 47142d560d01 -r 4dd970e17c72 hatari/receipt --- a/hatari/receipt Wed Mar 09 10:55:44 2022 +0100 +++ b/hatari/receipt Wed Mar 09 11:20:01 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="hatari" -VERSION="2.2.1" +VERSION="2.3.1" CATEGORY="misc" SHORT_DESC="An Atari ST/STE/TT/Falcon emulator." MAINTAINER="pascal.bellard@slitaz.org" @@ -9,11 +9,11 @@ WEB_SITE="https://hatari.tuxfamily.org/" TARBALL="$PACKAGE-$VERSION.tar.bz2" -WGET_URL="http://download.tuxfamily.org/$PACKAGE/$VERSION/$TARBALL" +WGET_URL="https://download.tuxfamily.org/$PACKAGE/$VERSION/$TARBALL" -DEPENDS="libdb libpng libsdl2 portaudio python readline zlib" -BUILD_DEPENDS="cmake libpng-dev libsdl2-dev portaudio-dev - python-dev readline-dev udev-dev xorg-dev zlib-dev" +DEPENDS="libdb libpng libsdl2 portaudio py3k readline zlib" +BUILD_DEPENDS="cmake libpng-dev libsdl2-dev portaudio-dev py3k-dev + readline-dev udev-dev xorg-dev zlib-dev" current_version() { @@ -27,14 +27,14 @@ export LDFLAGS="$LDFLAGS -ltinfo" ./configure --prefix=/usr && - make -j 1 && + make && sed -i "s|\t/usr|\t$DESTDIR/usr|" share/cmake_install.cmake - make DESTDIR=$DESTDIR install + make install DESTDIR=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/* $fs/ + cp -a $install/* $fs }