wok-current rev 21029
updated hatari (2.0.0 -> 2.2.0)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Mar 10 17:31:25 2019 +0100 (2019-03-10) |
parents | eed0ab5084e3 |
children | be7981c477c5 |
files | hatari/receipt |
line diff
1.1 --- a/hatari/receipt Sun Mar 10 17:20:17 2019 +0100 1.2 +++ b/hatari/receipt Sun Mar 10 17:31:25 2019 +0100 1.3 @@ -1,25 +1,28 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="hatari" 1.7 -VERSION="2.0.0" 1.8 +VERSION="2.2.0" 1.9 CATEGORY="misc" 1.10 SHORT_DESC="An Atari ST/STE/TT/Falcon emulator." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="GPL2" 1.13 +WEB_SITE="https://hatari.tuxfamily.org/" 1.14 + 1.15 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.16 -WEB_SITE="https://hatari.tuxfamily.org/" 1.17 WGET_URL="http://download.tuxfamily.org/$PACKAGE/$VERSION/$TARBALL" 1.18 1.19 -DEPENDS="zlib libpng readline libpng python portaudio" 1.20 -BUILD_DEPENDS="cmake zlib-dev libsdl2-dev xorg-dev udev-dev readline-dev \ 1.21 -libpng-dev python-dev portaudio-dev" 1.22 +DEPENDS="libpng libpng portaudio python readline zlib" 1.23 +BUILD_DEPENDS="cmake libpng-dev libsdl2-dev portaudio-dev python-dev \ 1.24 + readline-dev udev-dev xorg-dev zlib-dev" 1.25 1.26 # Rules to configure and make the package. 1.27 compile_rules() 1.28 { 1.29 export LDFLAGS="$LDFLAGS -ltinfo" 1.30 + 1.31 ./configure --prefix=/usr && 1.32 - make && 1.33 + make -j 1 && 1.34 + 1.35 sed -i "s|\t/usr|\t$DESTDIR/usr|" share/cmake_install.cmake 1.36 make DESTDIR=$DESTDIR install 1.37 }