# HG changeset patch # User Hans-G?nter Theisgen # Date 1552235485 -3600 # Node ID d098c6a40a2f08d4f7895dc24a04b8916e403834 # Parent eed0ab5084e3de38cee145c02028e997e4cf1881 updated hatari (2.0.0 -> 2.2.0) diff -r eed0ab5084e3 -r d098c6a40a2f hatari/receipt --- a/hatari/receipt Sun Mar 10 17:20:17 2019 +0100 +++ b/hatari/receipt Sun Mar 10 17:31:25 2019 +0100 @@ -1,25 +1,28 @@ # SliTaz package receipt. PACKAGE="hatari" -VERSION="2.0.0" +VERSION="2.2.0" CATEGORY="misc" SHORT_DESC="An Atari ST/STE/TT/Falcon emulator." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" +WEB_SITE="https://hatari.tuxfamily.org/" + TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="https://hatari.tuxfamily.org/" WGET_URL="http://download.tuxfamily.org/$PACKAGE/$VERSION/$TARBALL" -DEPENDS="zlib libpng readline libpng python portaudio" -BUILD_DEPENDS="cmake zlib-dev libsdl2-dev xorg-dev udev-dev readline-dev \ -libpng-dev python-dev portaudio-dev" +DEPENDS="libpng libpng portaudio python readline zlib" +BUILD_DEPENDS="cmake libpng-dev libsdl2-dev portaudio-dev python-dev \ + readline-dev udev-dev xorg-dev zlib-dev" # Rules to configure and make the package. compile_rules() { export LDFLAGS="$LDFLAGS -ltinfo" + ./configure --prefix=/usr && - make && + make -j 1 && + sed -i "s|\t/usr|\t$DESTDIR/usr|" share/cmake_install.cmake make DESTDIR=$DESTDIR install }